MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / NextKey

Method NextKey

SECP256K1.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199Point Secp256K1::NextKey(Point &key) {
200 // Input key must be reduced and different from G
201 // in order to use AddDirect
202 return AddDirect(key,G);
203}
204
205Int Secp256K1::DecodePrivateKey(char *key,bool *compressed) {
206

Callers 1

FindKeyCPUMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected