We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c59460 commit 69cfa4bCopy full SHA for 69cfa4b
yescrypt/src/lib.rs
@@ -48,7 +48,8 @@
48
// Adapted from the yescrypt reference implementation available at:
49
// <https://github.com/openwall/yescrypt>
50
//
51
-// Licensed under the same BSD-2-Clause license as a derivative work.
+// Relicensed from the BSD-2-Clause license to Apache 2.0+MIT with permission:
52
+// <https://github.com/openwall/yescrypt/issues/7>
53
54
extern crate alloc;
55
0 commit comments