Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-18 | siv_aead: create private key copy and implement wiping | Jakob Unterwurzacher | |
Having a private copy relieves the caller from worrying about whether he can zero his copy. The copy can be cleared by calling Wipe(). | |||
2017-09-17 | siv_aead: fix trivial typo in comment | Jakob Unterwurzacher | |
2017-04-29 | fix golint complaints | Jakob Unterwurzacher | |
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher | |
...but keep it disabled by default for new filesystems. We are still missing an example filesystem and CLI arguments to explicitely enable and disable it. | |||
2016-12-10 | Replace all calls to naked panic() with log.Panic() | Jakob Unterwurzacher | |
We want all panics to show up in the syslog. | |||
2016-10-04 | lint fixes | Valient Gough | |
2016-10-03 | siv_aead: Overhead is always 16 | Jakob Unterwurzacher | |
Add a test for that. Also test operations using a 64-byte key. | |||
2016-09-26 | siv_aead: add AES-SIV AEAD wrapper | Jakob Unterwurzacher | |