Curve25519PublicKeyImpl.this

Create a Curve25519 Public Key.

  1. this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
  2. this(Vector!ubyte pub)
    class Curve25519PublicKeyImpl
    public
    this
    (
    const ref Vector!ubyte pub
    )
  3. this(SecureVector!ubyte pub)
  4. this()

Meta