Skip to content

AndreLouisCaron/cb64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cb64 --- Incremental Base64 encoder and decoder in C

authors

André Caron

contact

andre.l.caron@gmail.com

Description

This library provides an encoder and a decoder for Base64 encoded data. The coders are implemented as finite state machine (FSM) for use in streaming applications (i.e. data arrives at an unpredictable rate and the parser must be interruptible). As such, the parser itself does not buffer any received data. It just forwards it to registered callbacks. It requires little overhead and is well suited for being used in an object-oriented wrapper.

About

Incremental Base64 encoder and decoder in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published