GOST3410PublicKey.this

Construct a public key from a given public point.

  1. this(ECGroup dom_par, PointGFp public_point)
    struct GOST3410PublicKey
    this
    (
    const ref ECGroup dom_par
    ,)
  2. this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
  3. this(PublicKey pkey)
  4. this(PrivateKey pkey)

Parameters

dom_par ECGroup

the domain parameters associated with this key

public_point PointGFp

the public point defining this key

Meta