Merge pull request #197 from dalek-cryptography/update-subtle

Update subtle
This commit is contained in:
Henry de Valence 2018-09-25 17:19:26 -07:00 committed by GitHub
commit 09048920de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

@ -46,7 +46,7 @@ byteorder = { version = "^1.2.3", default-features = false, features = ["i128"]
digest = "0.7"
generic-array = "0.9"
clear_on_drop = "=0.2.3"
subtle = { version = "0.9", default-features = false }
subtle = { version = "1", default-features = false }
serde = { version = "1.0", optional = true }
packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }
@ -56,7 +56,7 @@ byteorder = { version = "^1.2.3", default-features = false, features = ["i128"]
digest = "0.7"
generic-array = "0.9"
clear_on_drop = "=0.2.3"
subtle = { version = "0.7", features = ["generic-impls"], default-features = false }
subtle = { version = "1", default-features = false }
serde = { version = "1.0", optional = true }
packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }

View file

@ -26,11 +26,6 @@ prime-order group from a non-prime-order Edwards curve. This provides the
speed and safety benefits of Edwards curve arithmetic, without the pitfalls of
cofactor-related abstraction mismatches.
## Stability
We have recently released a `1.0.0-pre.0` version of `curve25519-dalek` and
would greatly appreciate testing and feedback on our API and performance.
# Documentation
The semver-stable, public-facing `curve25519-dalek` API is documented