|
rippled
|
Produces a sequence of secp256k1 key pairs. More...

Public Member Functions | |
| Generator (Seed const &seed) | |
| std::pair< PublicKey, SecretKey > | operator() (Seed const &seed, std::size_t ordinal) const |
| Generate the nth key pair. More... | |
Private Attributes | |
| Blob | gen_ |
Produces a sequence of secp256k1 key pairs.
Definition at line 59 of file SecretKey.cpp.
|
explicit |
Definition at line 65 of file SecretKey.cpp.
| std::pair<PublicKey, SecretKey> ripple::Generator::operator() | ( | Seed const & | seed, |
| std::size_t | ordinal | ||
| ) | const |
Generate the nth key pair.
The seed is required to produce the private key.
Definition at line 79 of file SecretKey.cpp.
|
private |
Definition at line 62 of file SecretKey.cpp.
1.8.17