Previous Up Next

BigListFromString
Decompose any string into a list of bignums of a given bit size.

[BigN r1] BigListFromString (
S _string_
I _size_
)
Parameters

_string_
any string
_size_
any positive integer lower than 128.
Return value

list of bignums which are less than _size_ bits each.

Error :