switch to using crrl for scalar multiplication on Curve25519
This is to facilitate WASM compilation as currently worked on by @rujialiu in #615. Many thanks, and many thanks to @pornin for crrl which makes this possible!
This commit is contained in:
@@ -49,14 +49,13 @@ ring = "0.16.13"
|
||||
ripemd160 = "0.8.0"
|
||||
sha3 = "0.8.2"
|
||||
blake2 = "0.8.1"
|
||||
crrl = "0.2.0"
|
||||
crrl = "0.6.0"
|
||||
native-tls = "0.2.4"
|
||||
chrono = "0.4.11"
|
||||
select = "0.6.0"
|
||||
roxmltree = "0.11.0"
|
||||
base64 = "0.12.3"
|
||||
smallvec = "1.8.0"
|
||||
sodiumoxide = "0.2.6"
|
||||
static_assertions = "1.1.0"
|
||||
ryu = "1.0.9"
|
||||
hyper = { version = "1.0.0-rc.3", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user