const EcdsaSecp256k1Sha256oSha256 = Ecdsa(crypto.ecc.Secp256k1, crypto.hash.composition.Sha256oSha256);
[src]
ECDSA over Secp256k1 with SHA-256(SHA-256()) – The Bitcoin signature system.
const EcdsaSecp256k1Sha256oSha256 = Ecdsa(crypto.ecc.Secp256k1, crypto.hash.composition.Sha256oSha256);
ECDSA over Secp256k1 with SHA-256(SHA-256()) – The Bitcoin signature system.