| 480 | } |
| 481 | |
| 482 | uint8_t CompressionCodecEncrypted::getMethodByte() const |
| 483 | { |
| 484 | return getMethodCode(encryption_method); |
| 485 | } |
| 486 | |
| 487 | void CompressionCodecEncrypted::updateHash(SipHash & hash) const |
| 488 | { |
nothing calls this directly
no test coverage detected