shithub: mc

Download patch

ref: 124965cc6607aacf1c8a292e9d9bd1b8f2ea5ca4
parent: 011368e3394ba7691d7f4f9ca61bebf82d53ecfc
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Oct 6 16:44:26 EDT 2014

Export sha384 state type.

--- a/libcryptohash/sha512.myr
+++ b/libcryptohash/sha512.myr
@@ -2,6 +2,7 @@
 
 pkg cryptohash =
 	type sha512
+	type sha384
 
 	const sha512	: (data : byte[:] -> byte[64])
 	const sha512init	: (st : sha512# -> void)