Package Usage: go: github.com/dustinxie/ecc
Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as
defined in FIPS 186-3.
This implementation derives the nonce from an AES-CTR CSPRNG keyed by:
SHA2-512(priv.D || entropy || hash)[:32]
The CSPRNG key is indifferentiable from a random oracle as shown in
[Coron], the AES-CTR stream is indifferentiable from a random oracle
under standard cryptographic assumptions (see [Larsson] for examples).
References:
Package elliptic implements several standard elliptic curves over prime
fields.
Package randutil contains internal randomness utilities for various
crypto packages.
1 version
Latest release: about 4 years ago
28 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/dustinxie/ecc