prfNf method
Implementation
PallasNativeFp prfNf({
required PallasNativeFp rho,
required ZCryptoContext context,
}) {
return OrchardKeyUtils.prfNf(nk: inner, rho: rho, context: context);
}
PallasNativeFp prfNf({
required PallasNativeFp rho,
required ZCryptoContext context,
}) {
return OrchardKeyUtils.prfNf(nk: inner, rho: rho, context: context);
}