module K_gen:
K_gen
can be instantiated over a hashing module to obtain an RFC6979
compliant k
-generator for that hash.Parameters: |
|
val generate : key:Nocrypto.Dsa.priv -> Cstruct.t -> Z.t
generate key digest
deterministically takes the given private key and
message digest to a k
suitable for seeding the signing process.