chacha: forgotten public

This commit is contained in:
Mirek Kratochvil 2014-04-01 11:04:49 +02:00
parent d44ae939d5
commit 39202f8dfb

View file

@ -33,6 +33,7 @@ class chacha20 : public streamcipher
* are 40byte (320bit). We always use the "32byte" expansion.
*/
public:
uint32_t key[10];
uint32_t counter[2];