ENHANCED: Faster Rust-based crypto_curve_scalar_mult/4 using OpenSSL.

This commit is contained in:
Markus Triska
2020-06-07 10:58:40 +02:00
parent 3b5730be54
commit b586618411
4 changed files with 99 additions and 117 deletions

View File

@@ -41,3 +41,4 @@ ring = "0.16.13"
ripemd160 = "0.8.0"
sha3 = "0.8.2"
blake2 = "0.8.1"
openssl = { version = "0.10.29", features = ["vendored"] }