diff options
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"); } }; |