ref: 8385d6f6daad30f8de238362961b70061be24065
parent: 6137499d82a91ff950f9f3da7e48c2388a76d507
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jun 3 16:31:15 EDT 2014
Improve spacing.
--- a/libcryptohash/sha256.myr
+++ b/libcryptohash/sha256.myr
@@ -16,9 +16,9 @@
;;
type sha256 = struct
- x : uint32[8]
- tail : byte[64]
- msglen : uint64
+ x : uint32[8]
+ tail : byte[64]
+ msglen : uint64
;;
const sha256 = {data