Skip to content

schmidmt/libbasen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BaseN A simple BaseN Encoding and Decoding library.

Ought to be compliant with RFC 4648.

Building

Run:

$ ./autogen.sh
$ ./configure
$ make

The static library will be written to src/libbase64.a, src/libbase32.a, etc.