Additions to domain/ and workspace/ chron-note packages

This commit is contained in:
2026-03-11 14:03:52 +08:00
parent 8edeb3ac99
commit 34d18e244e
16 changed files with 744 additions and 3 deletions

View File

@@ -1 +1,8 @@
package util
import "lukechampine.com/blake3"
func Hash256(b []byte) [32]byte {
h := blake3.Sum256(b)
return h
}