go-ethereum/crypto
David Huie 23ac783332 ecies: drop randomness parameter from PrivateKey.Decrypt (#16374)
The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in
the ECIES encryption scheme is deterministic, so randomness isn't
needed.
2018-03-26 13:46:18 +03:00
..
bn256
ecies ecies: drop randomness parameter from PrivateKey.Decrypt (#16374) 2018-03-26 13:46:18 +03:00
randentropy
secp256k1
sha3
crypto.go
crypto_test.go
signature_cgo.go
signature_nocgo.go
signature_test.go