A node module for baseXX encoding and decoding e.g. base58, base16, base32, base64
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
17
commits
Started work on porting encdec to a npm node module [incomplete].
04c03b3View on GitHubRemoved 'new Function(...)' constructor and refactored tests.
4fcf4dbView on GitHubTests added to check undefined is handled when passed as a parameter
90e809aView on GitHubCalling encode on a decimal number strips the part after the decimal point
b502c6aView on GitHubAdded cache object and type checking on encode and decode parameters
180e770View on GitHub