]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/index.rst
c99adb3076b0382aeb67c6070f492b6b085a4853
[pyderasn.git] / doc / index.rst
1 ========================================
2 PyDERASN -- ASN.1 DER library for Python
3 ========================================
4
5 ..
6
7     I'm going to build my own ASN.1 library with slots and blobs!
8     (C) PyDERASN's author
9
10 `ASN.1 <https://en.wikipedia.org/wiki/ASN.1>`__ (Abstract Syntax
11 Notation One) is a standard for abstract data serialization.
12 `DER <https://en.wikipedia.org/wiki/Distinguished_Encoding_Rules>`__
13 (Distinguished Encoding Rules) is a subset of encoding rules suitable
14 and widely used in cryptography-related stuff. PyDERASN is yet another
15 library for dealing with the data encoded that way. Although ASN.1 is
16 written more than 30 years ago by wise Ancients (taken from ``pyasn1``'s
17 README), it is still often can be seen anywhere in our life.
18
19 PyDERASN is `free software <https://www.gnu.org/philosophy/free-sw.html>`__,
20 licenced under `GNU LGPLv3+ <https://www.gnu.org/licenses/lgpl-3.0.html>`__.
21
22 .. toctree::
23    :maxdepth: 1
24
25    features
26    examples
27    reference
28    news
29    install
30    download
31    feedback