From 4938e82795ffa0bebeb5921df84bd3e362ba2f46 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 17 Apr 2017 18:01:51 -0700 Subject: [PATCH] Delete junk. --- node/Salsa20.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node/Salsa20.hpp b/node/Salsa20.hpp index c6af57009..448c8f1ad 100644 --- a/node/Salsa20.hpp +++ b/node/Salsa20.hpp @@ -34,11 +34,6 @@ public: Salsa20() {} ~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