commit 127957e9696a5c0249f738e453b59e7492e392b2
parent c97b946439ed6024d4a1381d70e4fd2cdd426db7
Author: Eyal Sawady <ecs@d2evs.net>
Date: Sat, 4 Sep 2021 10:36:11 +0000
crypto::sha512: export variant enum
This didn't cause an error before because of a harec bug.
Signed-off-by: Eyal Sawady <ecs@d2evs.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/sha512/sha512.ha b/crypto/sha512/sha512.ha
@@ -3,7 +3,7 @@ use endian;
use hash;
use io;
-type variant = enum {
+export type variant = enum {
SHA384,
SHA512,
SHA512_224,