Fix missing export of blake2s in crypto-helper - pee - Pee a password manager;P… | |
git clone git://vernunftzentrum.de/pee.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit b48573d110bbdf2af883e96c98464ba74b9b3eb5 | |
parent fce8953faee8bba8888a1d8be812366fadd4a04c | |
Author: Christian Kellermann <[email protected]> | |
Date: Tue, 19 Apr 2016 15:59:36 +0200 | |
Fix missing export of blake2s in crypto-helper | |
Diffstat: | |
crypto-helper.scm | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/crypto-helper.scm b/crypto-helper.scm | |
@@ -1,4 +1,4 @@ | |
-(module crypto-helper (random-bytes hash-passphrase) | |
+(module crypto-helper (random-bytes hash-passphrase blake2s) | |
(import chicken scheme foreign) | |
(use blob-hexadecimal (srfi 4)) | |
(foreign-declare "#include \"blake2.h\"") |