bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 987 forks source link

codec for base-10 integer strings? #341

Closed petertorelli closed 7 years ago

petertorelli commented 7 years ago

Hello,

I see codecs for creating bitArrays from hex strings, utf8Strings, and a variety of other formats, but none for base-10 integer strings. Is it in there under another namespace? If not, would it be a useful addition? I'd make a pull request.

Thanks, Peter

Nilos commented 7 years ago

If it is useful to you you can add it. It will not be included in the default build though.