diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:19:57 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:19:57 +0100 |
commit | 23f8c9b32fc8515b7666b10167b9a1104a20de3e (patch) | |
tree | 8e2561deea513a41d38a93437fddfb1ce62b7aa9 /src/common/crypto_pwbox.c | |
parent | fe6ca826dfc4d107faead4d3293740f29ad88ac1 (diff) | |
download | tor-23f8c9b32fc8515b7666b10167b9a1104a20de3e.tar.gz tor-23f8c9b32fc8515b7666b10167b9a1104a20de3e.zip |
Add a brief file-level description for everything in src/common
Diffstat (limited to 'src/common/crypto_pwbox.c')
-rw-r--r-- | src/common/crypto_pwbox.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/common/crypto_pwbox.c b/src/common/crypto_pwbox.c index b866c7ef39..819dc0c39d 100644 --- a/src/common/crypto_pwbox.c +++ b/src/common/crypto_pwbox.c @@ -1,3 +1,12 @@ +/* Copyright (c) 2014-2016, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + +/** + * \file crypto_pwbox.c + * + * \brief Code for encrypting secrets in a password-protected form and saving + * them to disk. + */ #include "crypto.h" #include "crypto_s2k.h" |