diff options
Diffstat (limited to 'rpkid/rpki/resource_set.py')
-rw-r--r-- | rpkid/rpki/resource_set.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/resource_set.py b/rpkid/rpki/resource_set.py index 611f1f44..598db990 100644 --- a/rpkid/rpki/resource_set.py +++ b/rpkid/rpki/resource_set.py @@ -631,7 +631,7 @@ class resource_set_ipv6(resource_set_ip): def _bs2long(bs, addrlen, fill): """ - Utility function to convert a bitstring (POW.pkix tuple + Utility function to convert a bitstring (rpki.POW.pkix tuple representation) into a Python long. """ x = 0L @@ -643,7 +643,7 @@ def _bs2long(bs, addrlen, fill): def _long2bs(number, addrlen, prefixlen = None, strip = None): """ - Utility function to convert a Python long into a POW.pkix tuple + Utility function to convert a Python long into a rpki.POW.pkix tuple bitstring. This is a bit complicated because it supports the fiendishly compact encoding used in RFC 3779. """ |