MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / verify

Method verify

libraries/SIMON/simon.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80bool SIMON::verify()
81{
82 return verify(_answer, _idx);
83}
84
85
86bool SIMON::verify(uint8_t * array, uint8_t length)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64