| 205 | } |
| 206 | |
| 207 | void DL_GroupParameters_IntegerBased::EncodeElement(bool reversible, const Element &element, byte *encoded) const |
| 208 | { |
| 209 | CRYPTOPP_UNUSED(reversible); |
| 210 | element.Encode(encoded, GetModulus().ByteCount()); |
| 211 | } |
| 212 | |
| 213 | unsigned int DL_GroupParameters_IntegerBased::GetEncodedElementSize(bool reversible) const |
| 214 | { |
no test coverage detected