Curve25519PublicKey.this

Create a Curve25519 Public Key.

  1. this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
  2. this(Vector!ubyte pub)
  3. this(SecureVector!ubyte pub)
    struct Curve25519PublicKey
    public
    this
    (
    const ref SecureVector!ubyte pub
    )
  4. this(PrivateKey pkey)
  5. this(PublicKey pkey)

Meta