Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

EcdsaSecp256k1Sha256oSha256

ECDSA over Secp256k1 with SHA-256(SHA-256()) -- The Bitcoin signature system.

ecdsa.EcdsaSecp256k1Sha256oSha256
pub const EcdsaSecp256k1Sha256oSha256 = Ecdsa(crypto.ecc.Secp256k1, crypto.hash.composition.Sha256oSha256)

File

lib/std/crypto/ecdsa.zig:25

Code

pub const EcdsaSecp256k1Sha256oSha256 = Ecdsa(crypto.ecc.Secp256k1, crypto.hash.composition.Sha256oSha256)