| 840 | } |
| 841 | |
| 842 | void GF2NP::BERDecodeElement(BufferedTransformation &in, Element &a) const |
| 843 | { |
| 844 | a.BERDecodeAsOctetString(in, MaxElementByteLength()); |
| 845 | } |
| 846 | |
| 847 | void GF2NT::DEREncode(BufferedTransformation &bt) const |
| 848 | { |
no test coverage detected