setupPRNG static method

void setupPRNG(
  1. FortunaPRNG prng
)

Implementation

static void setupPRNG(FortunaPRNG prng) {
  _prng = prng;
}