libgocryptfs/internal/siv_aead
Jakob Unterwurzacher 344d7e0a6f siv_aead: create private key copy and implement wiping
Having a private copy relieves the caller from worrying about
whether he can zero his copy. The copy can be cleared by
calling Wipe().
2018-02-18 16:01:46 +01:00
..
benchmark.bash siv_aead: add AES-SIV AEAD wrapper 2016-09-26 23:06:40 +02:00
correctness_test.go full stack: implement HKDF support 2017-03-05 21:59:55 +01:00
performance_test.go siv_aead: add AES-SIV AEAD wrapper 2016-09-26 23:06:40 +02:00
siv_aead.go siv_aead: create private key copy and implement wiping 2018-02-18 16:01:46 +01:00