https://github.com/mupq/pqm4
Revision e1c6949eafbf7d9345efd9f0fbd5f1baff245a4e authored by Matthias J. Kannwischer on 22 April 2020, 07:15:40 UTC, committed by GitHub on 22 April 2020, 07:15:40 UTC
* integrate sha512 from supercop20200409

* add sntrup761 m4 implementation

* switch to m4f sha512 implementation

* fix ntrup761

* rename implementation to m4f

* ntrulpr761

* small changes to ntrulpr

* another small speedup for sntrup761

* fix

* another ntruprime update

* NTRUPrime benchmarks
1 parent 1da1518
Raw File
Tip revision: e1c6949eafbf7d9345efd9f0fbd5f1baff245a4e authored by Matthias J. Kannwischer on 22 April 2020, 07:15:40 UTC
Add m4f Implementations of ntrulpr761 and sntrup761 (#150)
Tip revision: e1c6949
.gitmodules
[submodule "libopencm3"]
	path = libopencm3
	url = https://github.com/libopencm3/libopencm3.git
[submodule "mupq"]
	path = mupq
	url = https://github.com/mupq/mupq.git
back to top