prfNf method

PallasNativeFp prfNf({
  1. required PallasNativeFp rho,
  2. required ZCryptoContext context,
})

Implementation

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