hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (294B)


      1 This module provides functions to decode and encode the distinguished encoding
      2 rules (DER) format as defined in the X.690 ITU-T standard.
      3 
      4 See [[newencoder]] and [[newdecoder]] for how to encode or decode values.
      5 
      6 This module also provides tools to work with oids. See [[oiddb]] for more info.