diff options
Diffstat (limited to 'scripts/rpki/manifest.py')
-rw-r--r-- | scripts/rpki/manifest.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/rpki/manifest.py b/scripts/rpki/manifest.py index ee6ba613..68cb1cce 100644 --- a/scripts/rpki/manifest.py +++ b/scripts/rpki/manifest.py @@ -1,5 +1,10 @@ # $Id$ +"""Signed manifests. + +At the moment this is just the ASN.1 encoder. +""" + from POW._der import * class FileAndHash(Sequence): |