Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
bool SIMON::verify()
81
{
82
return verify(_answer, _idx);
83
}
84
85
86
bool SIMON::verify(uint8_t * array, uint8_t length)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64