work in progress
This commit is contained in:
parent
38f7c31517
commit
07ff5ccffb
23 changed files with 228 additions and 240 deletions
|
|
@ -1,6 +1,9 @@
|
|||
package db
|
||||
|
||||
import "golang.org/x/crypto/sha3"
|
||||
import (
|
||||
"golang.org/x/crypto/sha3"
|
||||
"time"
|
||||
)
|
||||
|
||||
func validatePassword(pw string) (b []byte) {
|
||||
b = []byte(pw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue