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

KeyRing implementation

This commit is contained in:
Rhys Weatherley
2018-06-16 14:08:01 +10:00
parent 7423609e64
commit fa1400ea83
7 changed files with 1494 additions and 161 deletions

View File

@@ -43,7 +43,8 @@ in the repository:
\li Message authenticators: Poly1305, GHASH, OMAC
\li Public key algorithms: Curve25519, Ed25519, P521
\li Random number generation: \link RNGClass RNG\endlink
\li Storage of key pairs and other key material in EEPROM or Flash: KeyRing
\li Storage of key pairs and other key material in EEPROM or Flash:
\link KeyRingClass KeyRing\endlink
Reduced memory versions of some algorithms (encryption is slower, but the
RAM required for the key schedule is less):