Browse Source

remove EXPLICIT_CON for serializing a point

master
Mike Hamburg 10 years ago
parent
commit
1f673479f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/decaf.hxx

+ 1
- 1
include/decaf.hxx View File

@@ -528,7 +528,7 @@ template<GroupId group = Ed448Goldilocks> 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;
}


Loading…
Cancel
Save