aboutsummaryrefslogtreecommitdiff
path: root/internal/asn1-ber/README
diff options
context:
space:
mode:
Diffstat (limited to 'internal/asn1-ber/README')
-rw-r--r--internal/asn1-ber/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/internal/asn1-ber/README b/internal/asn1-ber/README
new file mode 100644
index 0000000..bb785a0
--- /dev/null
+++ b/internal/asn1-ber/README
@@ -0,0 +1,14 @@
+ASN1 BER Encoding / Decoding Library for the GO programming language.
+
+Required Librarys:
+ None
+
+Working:
+ Very basic encoding / decoding needed for LDAP protocol
+
+Tests Implemented:
+ None
+
+TODO:
+ Fix all encoding / decoding to conform to ASN1 BER spec
+ Implement Tests / Benchmarks