| 835 | } |
| 836 | |
| 837 | void GF2NP::DEREncodeElement(BufferedTransformation &out, const Element &a) const |
| 838 | { |
| 839 | a.DEREncodeAsOctetString(out, MaxElementByteLength()); |
| 840 | } |
| 841 | |
| 842 | void GF2NP::BERDecodeElement(BufferedTransformation &in, Element &a) const |
| 843 | { |
no test coverage detected