get it testing

This commit is contained in:
2025-05-09 17:33:01 -07:00
parent d472c5ee82
commit 7114af9d8c
6 changed files with 59 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
package data
import "crypto/rand"
const saltLength = 32
func Salt() ([]byte, error) {