| 249 | using FixedHash<T>::size; |
| 250 | |
| 251 | bytesSec asBytesSec() const { return bytesSec(ref()); } |
| 252 | |
| 253 | FixedHash<T> const& makeInsecure() const { return static_cast<FixedHash<T> const&>(*this); } |
| 254 | FixedHash<T>& writable() { clear(); return static_cast<FixedHash<T>&>(*this); } |