1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Test cases and bug fixes for Noise handshakes

This commit is contained in:
Rhys Weatherley
2018-06-17 14:48:35 +10:00
parent fa1400ea83
commit 8fd4a994dc
15 changed files with 1559 additions and 22 deletions

8
host/Crypto/noise/README Normal file
View File

@@ -0,0 +1,8 @@
The test vectors in this directory come from the cacophony Noise
implementation:
https://github.com/centromere/cacophony
https://raw.githubusercontent.com/centromere/cacophony/master/vectors/cacophony.txt
Only those vectors that are relevant to the Arduino Noise library are included.