Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ CheckByte
Method
CheckByte
src/cryptopp/asn.cpp:449–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
void BERGeneralDecoder::CheckByte(byte check)
450
{
451
byte b;
452
if (!Get(b) || b != check)
453
BERDecodeError();
454
}
455
456
void BERGeneralDecoder::MessageEnd()
457
{
Callers
1
BERDecode
Method · 0.80
Calls
1
BERDecodeError
Function · 0.85
Tested by
no test coverage detected