SecureNet.ECDHSecret

Undocumented in source.
  1. immutable(ubyte[]) ECDHSecret(const(ubyte[]) seckey, const(Pubkey) pubkey)
    interface SecureNet
    const
    immutable(ubyte[])
    ECDHSecret
    (
    scope const(ubyte[]) seckey
    ,
    scope const(Pubkey) pubkey
    )
  2. immutable(ubyte[]) ECDHSecret(const(Pubkey) pubkey)

Meta