OS2ECP

Undocumented in source. Be warned that the author may not have intended to support it.
  1. PointGFp OS2ECP(const(ubyte)* data, size_t data_len, CurveGFp curve)
  2. PointGFp OS2ECP(Vector!(ubyte, Alloc) data, CurveGFp curve)
    static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
    OS2ECP
    (
    Alloc
    )
    (
    auto const ref Vector!(ubyte, Alloc) data
    ,
    auto const ref CurveGFp curve
    )

Meta