Browse Source

make GeneratePublicKey in Ed25519 virtual

Ugochukwu Mmaduekwe 6 years ago
parent
commit
e0d772ad2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib/src/Math/EC/Rfc8032/ClpEd25519.pas

+ 1 - 1
CryptoLib/src/Math/EC/Rfc8032/ClpEd25519.pas

@@ -345,7 +345,7 @@ type
     const k: TCryptoLibByteArray); inline;
 
   procedure GeneratePublicKey(const sk: TCryptoLibByteArray; skOff: Int32;
-    pk: TCryptoLibByteArray; pkOff: Int32);
+    pk: TCryptoLibByteArray; pkOff: Int32); virtual;
 
   class procedure Precompute(); static;