chrisgreen 


    • 51,628 total downloads
    • last updated 5/21/2018
    • Latest version: 1.0.0

    • BER TLV
    C# .NET library for reading and writing BER-TLV (Basic Encoding Rules, Tag Length Value) encoded data.
    • 4,331 total downloads
    • last updated 5/21/2018
    • Latest version: 1.0.0

    • hex encoding
    A library to convert between byte arrays and strings using hex (base 16) encoding i.e. each byte is represented by 2 hex characters. The implementation makes use of an efficient table lookup that is approx 16x... More information