mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
KeyRing implementation
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user