Fix DL_GroupParameters_EC<T>::Element operator<<
parent
bb8e4cb74c
commit
176b8af327
|
|
@ -170,7 +170,7 @@ protected:
|
||||||
mutable bool m_compress, m_encodeAsOID; // presentation details
|
mutable bool m_compress, m_encodeAsOID; // presentation details
|
||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator<<(std::ostream& os, const DL_GroupParameters_EC<ECP>::Element& obj);
|
inline std::ostream& operator<<(std::ostream& os, const DL_GroupParameters_EC<ECP>::Element& obj);
|
||||||
|
|
||||||
/// \brief Elliptic Curve Discrete Log (DL) public key
|
/// \brief Elliptic Curve Discrete Log (DL) public key
|
||||||
/// \tparam EC elliptic curve field
|
/// \tparam EC elliptic curve field
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue