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 c98c16943f

View File

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