Functor Nocrypto.Dsa.K_gen

module K_gen: 
functor (H : Nocrypto.Hash.S-> sig .. end
K_gen can be instantiated over a hashing module to obtain an RFC6979 compliant k-generator for that hash.
Parameters:
H : Nocrypto.Hash.S

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.