diff options
author | Jan Lehnardt <jan@apache.org> | 2018-03-08 17:47:24 +0100 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2018-03-08 18:39:09 +0100 |
commit | 817b2b6f5f0883092df60c1ec8ec7ec6d6094a23 (patch) | |
tree | 9dce127981866e54ed3a94f8255699691505371b /NOTICE | |
parent | ba624ea7c26984b8ea52ec5e20534dc5f8508d3a (diff) | |
download | couchdb-817b2b6f5f0883092df60c1ec8ec7ec6d6094a23.tar.gz |
Add bcrypt hashing option
Diffstat (limited to 'NOTICE')
-rw-r--r-- | NOTICE | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -177,3 +177,10 @@ This product also includes the following third-party components: * velocity-react Copyright (c) 2015 Twitter, Inc. + +* erlang-bcrypt + - Erlang code: Copyright (c) 2011 Hunter Morris <hunter.morris@smarkets.com> + - Blowfish block cipher & bcrypt (hashing) code for OpenBSD, Copyright + 1997 Niels Provos <provos@physnet.uni-hamburg.de> + - The asynchronous queue code (c_src/async_queue.c and c_src/async_queue.h) + is from the esnappy project, copyright 2011 Konstantin V. Sorokin. |