diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 20:47:53 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 20:47:53 +1000 |
commit | f14f77724d6a06b759280c0885ce1102388faa38 (patch) | |
tree | 4732989ad210fd7d4c76b1fab94f75cc3abdb032 /source/core/StarCurve25519.cpp | |
parent | 212de6b876aaeb916b1e2565740fc65031d906c4 (diff) |
more voice work!!!
Diffstat (limited to 'source/core/StarCurve25519.cpp')
-rw-r--r-- | source/core/StarCurve25519.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/core/StarCurve25519.cpp b/source/core/StarCurve25519.cpp index 3fdddea..f00c193 100644 --- a/source/core/StarCurve25519.cpp +++ b/source/core/StarCurve25519.cpp @@ -20,8 +20,6 @@ struct KeySet { secret[31] |= 64; ed25519_CreateKeyPair(publicKey.data(), privateKey.data(), nullptr, secret.data()); - - Logger::info("Generated Curve25519 key-pair"); } }; |