| 287 | static constexpr size_t size() { return decltype(m_keydata)::size(); } |
| 288 | const unsigned char* begin() const { return m_keydata.begin(); } |
| 289 | const unsigned char* end() const { return m_keydata.end(); } |
| 290 | unsigned char* begin() { return m_keydata.begin(); } |
| 291 | unsigned char* end() { return m_keydata.end(); } |
| 292 | unsigned char* data() { return m_keydata.begin(); } |