* reuse single RNG instance for all crypto key generation * use foolproof rng * initRng -> newRng (because it's ref) * fix test * imports/exports, chat fix * fix rsa * imports and exports * work around threadvar issue * fixup * mac workaround test
* secp: requiresInit updates * fix
* secp: use upstream secp convenience api
Fix compilation warnings.