| 717 | } |
| 718 | |
| 719 | size_t BufferedTransformation::PutWord32(word32 value, ByteOrder order, bool blocking) |
| 720 | { |
| 721 | return ChannelPutWord32(DEFAULT_CHANNEL, value, order, blocking); |
| 722 | } |
| 723 | |
| 724 | // Issue 340 |
| 725 | #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE |
no outgoing calls
no test coverage detected