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

Method MaskByte

secp256k1/Int.cpp:716–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714// ------------------------------------------------
715
716void Int::MaskByte(int n) {
717
718 for (int i = n; i < NB32BLOCK; i++)
719 bits[i] = 0;
720
721}
722
723// ------------------------------------------------
724

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected