Additions to domain/ and workspace/ chron-note packages
This commit is contained in:
@@ -1 +1,8 @@
|
||||
package util
|
||||
|
||||
import "lukechampine.com/blake3"
|
||||
|
||||
func Hash256(b []byte) [32]byte {
|
||||
h := blake3.Sum256(b)
|
||||
return h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user