mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-08 20:40:32 +00:00
Merge branch 'release/0.11.0'
This commit is contained in:
commit
ae4660db3e
12 changed files with 40 additions and 56 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
10
src/field.rs
10
src/field.rs
|
|
@ -1,10 +1,8 @@
|
||||||
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
// -*- mode: rust; coding: utf-8; -*-
|
// -*- mode: rust; coding: utf-8; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
// -*- mode: rust; coding: utf-8; -*-
|
// -*- mode: rust; coding: utf-8; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
13
src/lib.rs
13
src/lib.rs
|
|
@ -1,13 +1,12 @@
|
||||||
// -*- mode: rust; coding: utf-8; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication.
|
// See LICENSE for licensing information.
|
||||||
// See <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||||
|
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
#![cfg_attr(feature = "alloc", feature(alloc))]
|
#![cfg_attr(feature = "alloc", feature(alloc))]
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all
|
// This file is part of curve25519-dalek.
|
||||||
// copyright and related or neighboring rights to curve25519-dalek,
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// using the Creative Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
// -*- mode: rust; -*-
|
// -*- mode: rust; -*-
|
||||||
//
|
//
|
||||||
// To the extent possible under law, the authors have waived all copyright and
|
// This file is part of curve25519-dalek.
|
||||||
// related or neighboring rights to curve25519-dalek, using the Creative
|
// Copyright (c) 2016-2017 Isis Lovecruft, Henry de Valence
|
||||||
// Commons "CC0" public domain dedication. See
|
// See LICENSE for licensing information.
|
||||||
// <http://creativecommons.org/publicdomain/zero/.0/> for full details.
|
|
||||||
//
|
//
|
||||||
// Authors:
|
// Authors:
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue