]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - README
DER 2pass encoding
[pyderasn.git] / README
diff --git a/README b/README
index 150779fd3bad1099ccdd8a944d44d2a354b9718d..b4d771cf3f14486dfecc45668b8f126b02aaed1c 100644 (file)
--- a/README
+++ b/README
@@ -19,9 +19,9 @@ PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python
 * Ability to allow BER-encoded data with knowing if any of specified
   field has either DER or BER encoding (or possibly indefinite-length
   encoding)
-* Ability to use mmap-ed files, memoryviews, iterators and CER encoder
-  dealing with the writer, giving ability to create huge ASN.1 encoded
-  files without storing all the data in the memory first
+* Ability to use mmap-ed files, memoryviews, iterators, 2-pass DER
+  encoding mode and CER encoder dealing with the writer, giving ability
+  to create huge ASN.1 encoded files with very little memory footprint
 * Ability to decode files in event generation mode, without the need to
   keep all the data and decoded structures in the memory
 * __slots__, copy.copy() friendliness