| 659 | |
| 660 | template <class EC> |
| 661 | void DL_PublicKey_EC<EC>::DEREncodePublicKey(BufferedTransformation &bt) const |
| 662 | { |
| 663 | this->GetGroupParameters().GetCurve().EncodePoint(bt, this->GetPublicElement(), this->GetGroupParameters().GetPointCompression()); |
| 664 | } |
| 665 | |
| 666 | // ****************************************************************** |
| 667 |
nothing calls this directly
no test coverage detected