package fiat-p256
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=c20d1b1395f59b111ca6a75c55b4edfb864215daf7484910bc89c2953474b0e0
sha512=9d679c865820294e87f479a2e46aa6278b5e9e1106776067ce0e71e4263850d4d07b38b7da65c49c4a5f4cedd74af92fcb3f3188065b12b58041a4729b296652
CHANGES.md.html
v0.2.3 (2020-11-03)
revise MirageOS cross-compilation (#80, @hannesm)
v0.2.2 (2020-10-27)
revise MirageOS cross-compilation runes: use a Makefile, only support ocaml-freestanding (since mirage-xen 6.0.0 ocaml-freestanding is used) (#59, @hannesm)
v0.2.1 (2020-05-09)
use constant-time selection in scalar mult (#51, @emillon)
use eqaf for compare_be (#46, @cfcs & @emillon)
add documentation (#48, @emillon)
document how to generate a secret from known data (#56, @emillon)
mirage cross-compilation (#57, #58, @hannesm)
sync opam file with opam-repository (@emillon, #53 @hannesm)
generate opam file from dune-project (#52, @emillon)
add version in .ocamlformat (#49, #55, @emillon)
rename internal modules (#50, @emillon)
v0.2.0 (2019-07-23)
Fixed
Fix a bug in
generate_key
where it would never actually work when used with a properrng
function (#44, @NathanReb)Fix benchmark executable. It is now built (but not executed) as part of tests (#45, @emillon)
Changed
Use
alcotest
instead ofppx_expect
for tests (#43, @emillon)
v0.1.0 (2019-06-28)
Initial release