delete password hash wich however stayed till this commit
This commit is contained in:
parent
7527faa139
commit
c98c16943f
@ -28,7 +28,6 @@ func main() {
|
||||
}
|
||||
|
||||
sum := sha256.Sum256(passbytes)
|
||||
fmt.Printf("Password hash: %x\n", sum)
|
||||
|
||||
k, err := newX25519IdentityFromScalar(sum[:])
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user