Fix missing export of blake2s in crypto-helper - pee - Pee a password manager;Pee - because you have to...
(HTM) git clone git://vernunftzentrum.de/pee.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit b48573d110bbdf2af883e96c98464ba74b9b3eb5
(DIR) parent fce8953faee8bba8888a1d8be812366fadd4a04c
(HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
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(-)
---
(DIR) 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\"")