summaryrefslogtreecommitdiff
path: root/src/common/crypto_pwbox.h
AgeCommit message (Collapse)Author
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2014-09-25Rudimentary-but-sufficient passphrase-encrypted box code.Nick Mathewson
See crypto_pwbox.c for a description of the file format. There are tests for successful operation, but it still needs error-case tests.