Function PublicKey.this

Construct an instance from binary data

ref this (
  const(agora.crypto.ECC.Point) args
) pure nothrow @nogc @safe;

ref this (
  const(ubyte[]) args
) pure nothrow @nogc @safe;