secret_to_public

Generate public key from secret key.

@safe nothrow @nogc
ubyte[32]
secret_to_public
(
in ubyte[] sk
)
in { assert (sk.length == 32, "Invalid secret key length. Must be 32."); }

Meta