Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ PeekByte
Method
PeekByte
src/cryptopp/asn.cpp:441–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
}
440
441
byte BERGeneralDecoder::PeekByte() const
442
{
443
byte b;
444
if (!Peek(b))
445
BERDecodeError();
446
return b;
447
}
448
449
void BERGeneralDecoder::CheckByte(byte check)
450
{
Callers
1
BERDecodePrivateKey
Method · 0.80
Calls
1
BERDecodeError
Function · 0.85
Tested by
no test coverage detected