Skip to content

keeruline/basen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you find this library useful, please consider a donation to show your support!

www.paypal.com/cgi-bin/webscr?cmd=_send-money

Paypal address: dougal.s@gmail.com

Base58 is hosted by gemcutter.com. Please make sure you have added them to your gem sources.

$ sudo gem install base58
require 'rubygems'
require 'base58'

# Int to Base58
Base58.encode(12345) # => 4ER

# Base58 to Int
Base58.decode('A2Ph') # => 6639914

You can view the rdoc documentation online.

All of the above are most welcome. dougal.s@gmail.com

Douglas F Shearer - douglasfshearer.com

Test examples courtesy Fraser Speirs’ Base58Encoder Objective-C class, gist.github.com/101674.

About

Base58 is a Ruby library/gem for converting ints to and from base58.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors