diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-17 18:01:51 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-17 18:01:51 -0700 |
commit | 4938e82795ffa0bebeb5921df84bd3e362ba2f46 (patch) | |
tree | 4a3a265ddf9814dce4ee4528d56f05b336bb523d /node | |
parent | 7a94f6305812b7ea5748283a6ec9503f4ea9c7e1 (diff) | |
download | infinitytier-4938e82795ffa0bebeb5921df84bd3e362ba2f46.tar.gz infinitytier-4938e82795ffa0bebeb5921df84bd3e362ba2f46.zip |
Delete junk.
Diffstat (limited to 'node')
-rw-r--r-- | node/Salsa20.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node/Salsa20.hpp b/node/Salsa20.hpp index c6af5700..448c8f1a 100644 --- a/node/Salsa20.hpp +++ b/node/Salsa20.hpp @@ -35,11 +35,6 @@ public: ~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 iv 64-bit initialization vector */ |