Arduino Cryptography Library
|
This is the complete list of members for ChaCha, including all inherited members.
ChaCha(uint8_t numRounds=20) | ChaCha | explicit |
ChaChaPoly (defined in ChaCha) | ChaCha | friend |
Cipher() | Cipher | |
clear() | ChaCha | virtual |
decrypt(uint8_t *output, const uint8_t *input, size_t len) | ChaCha | virtual |
encrypt(uint8_t *output, const uint8_t *input, size_t len) | ChaCha | virtual |
hashCore(uint32_t *output, const uint32_t *input, uint8_t rounds) | ChaCha | static |
ivSize() const | ChaCha | virtual |
keySize() const | ChaCha | virtual |
numRounds() const | ChaCha | inline |
setCounter(const uint8_t *counter, size_t len) | ChaCha | |
setIV(const uint8_t *iv, size_t len) | ChaCha | virtual |
setKey(const uint8_t *key, size_t len) | ChaCha | virtual |
setNumRounds(uint8_t numRounds) | ChaCha | inline |
~ChaCha() (defined in ChaCha) | ChaCha | virtual |
~Cipher() | Cipher | virtual |