commit 818ec852d7d1f2c4294208dc1be75337b98e699c
parent 1cacbb40d5c286bb8ed136da2a728e84703acb52
Author: Andrew Laack <andrew@laack.co>
Date: Sat, 16 May 2026 00:32:15 -0500
Updated test messaging
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mas.s62-cryptocurrency-engineering-and-design/lamport-signature/main_test.go b/mas.s62-cryptocurrency-engineering-and-design/lamport-signature/main_test.go
@@ -1,7 +1,8 @@
// These are all property based tests.
// These don't validate the implementation against a lamport signature spec, but
-// they do validate expected invariants for signatures, messages, and keys.
+// they do validate expected invariants for signatures, messages, and keys using
+// property based tests.
package main