MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / CLEARFF

Method CLEARFF

secp256k1/Int.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void Int::CLEARFF() {
76 memset(bits64, 0xFF, NB64BLOCK * 8);
77}
78
79// ------------------------------------------------
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected