fn Ecdsa(comptime Curve: type, comptime Hash: type) type
[src]
Elliptic Curve Digital Signature Algorithm (ECDSA).
Values
noise_length | undefined | Length (in bytes) of optional random bytes, for non-deterministic signatures. |
fn Ecdsa(comptime Curve: type, comptime Hash: type) type
Elliptic Curve Digital Signature Algorithm (ECDSA).
noise_length | undefined | Length (in bytes) of optional random bytes, for non-deterministic signatures. |