We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aada6a6 commit 190c0cbCopy full SHA for 190c0cb
test/test_crypto.py
@@ -319,7 +319,7 @@ def test_rsa_signing_verify_fail(self):
319
320
def test_ed25519_keygen(self):
321
key = ED25519.new_generate()
322
-
+
323
self.assertEqual(32, len(key.export_public_key(ED25519ExportFormat.RAW)))
324
self.assertEqual(32, len(key.export_private_key(ED25519ExportFormat.RAW)))
325
0 commit comments