changing to new domain
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"golang.org/x/crypto/chacha20"
|
||||
"golang.org/x/crypto/hkdf"
|
||||
"mleku.dev/sha256"
|
||||
"realy.lol/sha256"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -3,8 +3,8 @@ package encryption
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"mleku.dev/context"
|
||||
"mleku.dev/lol"
|
||||
"realy.lol/context"
|
||||
"realy.lol/lol"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user