keylen must be 32 disallow copying
| 45 | bool SetKey(const unsigned char *key, int keylen, bool hkdf, CryptConfig *pConfig); // keylen must be 32 |
| 46 | // disallow copying |
| 47 | SivContext(SivContext const&) = delete; |
| 48 | void operator=(SivContext const&) = delete; |
| 49 | SivContext(); |
| 50 | virtual ~SivContext(); |
nothing calls this directly
no outgoing calls
no test coverage detected