README 294 B

1234567891011121314
  1. ASN1 BER Encoding / Decoding Library for the GO programming language.
  2. Required Librarys:
  3. None
  4. Working:
  5. Very basic encoding / decoding needed for LDAP protocol
  6. Tests Implemented:
  7. None
  8. TODO:
  9. Fix all encoding / decoding to conform to ASN1 BER spec
  10. Implement Tests / Benchmarks