package eqaf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Constant-time equal function on string
Install
dune-project
Dependency
Authors
Maintainers
Sources
eqaf-v0.4.tbz
sha256=754f9bafabd11d2e7c1ec0cfa1e045e221eee60239c537471db0892416524b81
sha512=2892d2dbe738f0e6833e3e6343978807a9a700388014681c879933f7a937ec8a3ee4a8e80ac4eaab80b502fd8ac7698270dbdefb9c05b79dd2463c86d11ff31b
doc/CHANGES.html
v0.4 2019-05-24 Paris (France)
- Distribution integrate an attack example
- Fuzzer to test
equalfunction - Unroll internal loop over 16 bits integers instead 32 bits
- Put x86 ASM output in implementation (and audit)
- Do second check even if first on fails (bad r²)
- Avoid indirection to
Pervasivesfunctions
v0.3 2019-05-02 Paris (France)
- Provide
Eqaf_bigstring - Provide
Eqaf_cstruct - New check tool and delete any dependencies on
eqafpackage (@dinosaure, @hannesm, @cfcs)
NOTE: This version is buggy, you MUST use v0.2 or v0.4
v0.2 2018-10-15 Paris (France)
- Dunify project
- Update OPAM file
- Avoid
core_benchdependency - Make benchmark to test constant-time on
eqml - Move
equalfunction to the OCaml implementation (instead C implementation) - Port benchmark on Windows and Mac OSX
v0.1 2018-08-31 Paris (France)
- First release
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page