You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 294 B

10 years ago
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