mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Delete junk.
This commit is contained in:
parent
7a94f63058
commit
4938e82795
1 changed files with 0 additions and 5 deletions
|
@ -34,11 +34,6 @@ public:
|
||||||
Salsa20() {}
|
Salsa20() {}
|
||||||
~Salsa20() { Utils::burn(&_state,sizeof(_state)); }
|
~Salsa20() { Utils::burn(&_state,sizeof(_state)); }
|
||||||
|
|
||||||
/**
|
|
||||||
* If this returns true, crypt can only be done once
|
|
||||||
*/
|
|
||||||
static inline bool singleUseOnly() { return false; }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param key 256-bit (32 byte) key
|
* @param key 256-bit (32 byte) key
|
||||||
* @param iv 64-bit initialization vector
|
* @param iv 64-bit initialization vector
|
||||||
|
|
Loading…
Add table
Reference in a new issue