Fix missing SM2 methods in Windows DLL

This was not ready to be checked in. I think it cross-pollinated duing a checkin for documentation
pull/548/merge
Jeffrey Walton 2018-01-05 18:47:28 -05:00
parent 9c80a706c8
commit 9624f928f8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,7 @@ public:
byte *representative, size_t representativeBitLength) const; byte *representative, size_t representativeBitLength) const;
}; };
#if 0
/// \class DL_SignatureMessageEncodingMethod_SM2 /// \class DL_SignatureMessageEncodingMethod_SM2
/// \brief Interface for message encoding method for public key signature schemes. /// \brief Interface for message encoding method for public key signature schemes.
/// \details DL_SignatureMessageEncodingMethod_SM2 provides interfaces /// \details DL_SignatureMessageEncodingMethod_SM2 provides interfaces
@ -459,6 +460,7 @@ public:
HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty,
byte *representative, size_t representativeBitLength) const; byte *representative, size_t representativeBitLength) const;
}; };
#endif
/// \class PK_MessageAccumulatorBase /// \class PK_MessageAccumulatorBase
/// \brief Interface for message encoding method for public key signature schemes. /// \brief Interface for message encoding method for public key signature schemes.