MCPcopy 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
449void BERGeneralDecoder::CheckByte(byte check)
450{
451 byte b;
452 if (!Get(b) || b != check)
453 BERDecodeError();
454}
455
456void BERGeneralDecoder::MessageEnd()
457{

Callers 1

BERDecodeMethod · 0.80

Calls 1

BERDecodeErrorFunction · 0.85

Tested by

no test coverage detected