Home | Trees | Index | Help |
---|
Package spoon :: Package ber :: Module common |
|
Exceptions | |
---|---|
BERException |
Function Summary | |
---|---|
turns a long-int into a normalized byte string (adapted from Crypto.Util.number) | |
turns a normalized byte string into a long-int (adapted from Crypto.Util.number) |
Variable Summary | |
---|---|
int |
APPLICATION = 1 |
int |
CONTEXT = 2 |
int |
PRIVATE = 3 |
int |
UNIVERSAL = 0 |
Function Details |
---|
deflate_long(n, add_sign_padding=True)turns a long-int into a normalized byte string (adapted from Crypto.Util.number) |
inflate_long(s, always_positive=False)turns a normalized byte string into a long-int (adapted from Crypto.Util.number) |
Variable Details |
---|
APPLICATION
|
CONTEXT
|
PRIVATE
|
UNIVERSAL
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Nov 26 15:33:58 2006 | http://epydoc.sf.net |