summaryrefslogtreecommitdiff
path: root/src/crypto/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/interface.h')
-rw-r--r--src/crypto/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/interface.h b/src/crypto/interface.h
index 073201e..40e605a 100644
--- a/src/crypto/interface.h
+++ b/src/crypto/interface.h
@@ -72,7 +72,6 @@ namespace crypto {
public:
virtual ~Interface() {};
// pure virtual
- virtual void init(Buffer key, Buffer salt, std::string passphrase = "") = 0;
virtual bool generatePacketKey( kd_dir_t dir, satp_prf_label_t label, seq_nr_t seq_nr, const Buffer& masterkey , const Buffer& mastersalt, Buffer& key) = 0;
virtual void calcMasterKey(std::string passphrase, uint16_t length, Buffer& masterkey ) = 0;
virtual void calcMasterSalt(std::string passphrase, uint16_t length, Buffer& mastersalt ) = 0;