NativeSecp256k1.privTweak

libsecp256k1 PubKey Tweak-Mul - Tweak pubkey by multiplying to it

@param tweak some bytes to tweak with @param pubkey 32-byte seckey

class NativeSecp256k1
@trusted final const pure
void
privTweak
(
scope const(ubyte[]) keypair
,
scope const(ubyte[]) tweak
,
out ubyte[] tweakked_keypair
)
in (tweak.length == TWEAK_SIZE)