Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Crypto
Crypto.DSA

Method Crypto.DSA()->set_random()


Method set_random

this_program set_random(function(int:string) r)

Description

Sets the random function, used to generate keys and parameters, to the function r . Default is Crypto.Random.random_string .