mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +00:00
LibCrypo: Add an ASN.1/DER pretty-printer
It's much easier to debug things when we can actually *see* them :P
This commit is contained in:
parent
65de2d236d
commit
ed28008d78
2 changed files with 143 additions and 0 deletions
|
@ -216,6 +216,8 @@ private:
|
|||
Optional<Tag> m_current_tag;
|
||||
};
|
||||
|
||||
void pretty_print(Decoder&, OutputStream&, int indent = 0);
|
||||
|
||||
}
|
||||
|
||||
template<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue