This is another part of the old branch crypto: key generation. Here random_keys() reuses randomBytes() and deterministic_keys() returns the pair of keys for the given nonce, address generator still needs to choose the nonce by checking the resulting ripe hash.
Hi!
This is another part of the old branch
crypto
: key generation. Hererandom_keys()
reusesrandomBytes()
anddeterministic_keys()
returns the pair of keys for the given nonce, address generator still needs to choose the nonce by checking the resulting ripe hash.