瀏覽代碼

Delete junk.

Adam Ierymenko 8 年之前
父節點
當前提交
4938e82795
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      node/Salsa20.hpp

+ 0 - 5
node/Salsa20.hpp

@@ -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