]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/features.rst
DER 2pass encoding
[pyderasn.git] / doc / features.rst
index b17e9a8038118ace3e3e456424e29bcc6de2d0ac..ff913bbc07e4b0ee949ae637bf91469dcec6489c 100644 (file)
@@ -38,9 +38,9 @@ Also there is `asn1crypto <https://github.com/wbond/asn1crypto>`__.
   structures allow BER encoding for the whole message, except for
   ``SignedAttributes`` -- you can easily verify your CMS satisfies that
   requirement
-* 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 (that takes huge quantity of
   memory in all known ASN.1 libraries) in the memory