diff --git a/include/decaf.hxx b/include/decaf.hxx index 914b7d0..d3b09bd 100644 --- a/include/decaf.hxx +++ b/include/decaf.hxx @@ -528,7 +528,7 @@ template struct EcGroup { /** * @brief Encode to string. The identity encodes to the all-zero string. */ - inline EXPLICIT_CON operator SecureBuffer() const NOEXCEPT { + inline operator SecureBuffer() const NOEXCEPT { SecureBuffer buffer(SER_BYTES); encode(buffer.data()); return buffer; }