MCPcopy 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
441byte BERGeneralDecoder::PeekByte() const
442{
443 byte b;
444 if (!Peek(b))
445 BERDecodeError();
446 return b;
447}
448
449void BERGeneralDecoder::CheckByte(byte check)
450{

Callers 1

BERDecodePrivateKeyMethod · 0.80

Calls 1

BERDecodeErrorFunction · 0.85

Tested by

no test coverage detected