aboutsummaryrefslogtreecommitdiff
path: root/internal/siv_aead
AgeCommit message (Collapse)Author
2017-04-29fix golint complaintsJakob Unterwurzacher
2017-03-05full stack: implement HKDF supportJakob 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-10Replace all calls to naked panic() with log.Panic()Jakob Unterwurzacher
We want all panics to show up in the syslog.
2016-10-04lint fixesValient Gough
2016-10-03siv_aead: Overhead is always 16Jakob Unterwurzacher
Add a test for that. Also test operations using a 64-byte key.
2016-09-26siv_aead: add AES-SIV AEAD wrapperJakob Unterwurzacher