mirage / mirage-crypto

Cryptographic primitives for OCaml, in OCaml (also used in MirageOS)
ISC License
77 stars 43 forks source link

tests, mirage-crypto-ec: use asn1-combinators again #235

Closed hannesm closed 5 months ago

hannesm commented 5 months ago

ASN1-combinators no longer depends on zarith & gmp, so we can simply use it and avoid handcrafted ASN1 parsers.