fix typos

This commit is contained in:
Yasuhiro Matsumoto
2023-09-11 23:23:46 +09:00
committed by fiatjaf_
parent 0f66883dc7
commit e55f5492ab
3 changed files with 6 additions and 6 deletions

View File

@@ -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 {