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

11 Commits

Author SHA1 Message Date
Rhys Weatherley
fa1400ea83 KeyRing implementation 2018-06-16 14:08:01 +10:00
Rhys Weatherley
7423609e64 Noise protocol implementation 2018-06-10 16:32:18 +10:00
Rhys Weatherley
0bd0fa1be3 Add SHA-1 back to the library as a legacy algorithm 2018-04-27 12:01:14 +10:00
Rhys Weatherley
455549f835 ASCON-128 finalist from the CAESAR competition 2018-04-27 11:01:29 +10:00
Rhys Weatherley
d9ebc63878 Move CBC, CFB, and OFB to the CryptoLegacy library 2018-04-26 07:56:57 +10:00
Rhys Weatherley
60ac9c4d6b Add Acorn128 to the host mode test suite 2018-04-26 07:06:14 +10:00
Rhys Weatherley
9ae79f469f AES tiny and small memory versions 2018-04-07 02:39:30 +10:00
Rhys Weatherley
d452bea037 Remove EEPROM address argument from RNG.begin()
Always store the seed at the very end of EEPROM memory.
2017-11-04 10:18:05 +10:00
Rhys Weatherley
6c4ec0cb23 Post-quantum NewHope key exchange algorithm 2016-08-18 18:33:44 +10:00
Rhys Weatherley
9ff24b0ddf Implementation of the NIST P-521 curve 2016-03-26 19:03:31 +10:00
Rhys Weatherley
72715b172b Compiling the Crypto library on a host system 2016-03-17 19:19:14 +10:00