changing to new domain

This commit is contained in:
2024-09-16 19:21:34 +01:00
parent ef54f43122
commit 1983aaa549
252 changed files with 686 additions and 688 deletions

View File

@@ -8,8 +8,8 @@ import (
"strings"
"lukechampine.com/frand"
"mleku.dev/hex"
"mleku.dev/p256k"
"realy.lol/hex"
"realy.lol/p256k"
)
// ComputeSharedSecret returns a shared secret key used to encrypt messages. The private and public keys should be hex

View File

@@ -11,7 +11,7 @@ import (
"golang.org/x/crypto/chacha20"
"golang.org/x/crypto/hkdf"
"mleku.dev/sha256"
"realy.lol/sha256"
)
const (

View File

@@ -8,8 +8,8 @@ import (
"testing"
"github.com/stretchr/testify/assert"
"mleku.dev/hex"
"mleku.dev/keys"
"realy.lol/hex"
"realy.lol/keys"
)
func assertCryptPriv(t *testing.T, sk1, sk2, conversationKey, salt, plaintext, expected S) {

View File

@@ -3,8 +3,8 @@ package encryption
import (
"bytes"
"mleku.dev/context"
"mleku.dev/lol"
"realy.lol/context"
"realy.lol/lol"
)
type (