mirleft / ocaml-nocrypto

OCaml cryptographic library
ISC License
111 stars 53 forks source link

DSA support (no key generation yet) #37

Closed hannesm closed 10 years ago

hannesm commented 10 years ago

RFC 6979 - deterministically usage of DSA (generation of k) FIPS-186-4 DSA signing + verification blinding for sign test cases from FIPS-186 and RFC6979

pqwy commented 10 years ago

Very nice! Now the MODP line-up is almost complete.