mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-10-11 05:13:47 +02:00
fix typos
This commit is contained in:
committed by
fiatjaf_
parent
0f66883dc7
commit
e55f5492ab
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func TestEncryptionAndDecryption(t *testing.T) {
|
||||
sharedSecret := make([]byte, 32)
|
||||
message := "hello hellow"
|
||||
message := "hello hello"
|
||||
|
||||
ciphertext, err := Encrypt(message, sharedSecret)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user