delete password hash wich however stayed till this commit

This commit is contained in:
akulij 2025-02-26 21:44:50 +00:00
parent 7527faa139
commit 2a22ce4cc5

View File

@ -28,7 +28,6 @@ func main() {
} }
sum := sha256.Sum256(passbytes) sum := sha256.Sum256(passbytes)
fmt.Printf("Password hash: %x\n", sum)
k, err := newX25519IdentityFromScalar(sum[:]) k, err := newX25519IdentityFromScalar(sum[:])
if err != nil { if err != nil {