KO
|
EN
gitlite — search
Search
#python
#telegram
#svelte
#html
#airdrop
#airdrop-claim-bot
#airdrop-free
#airdrops-bot
#airdrops-tools
#java
#github
#telegram-bot
base64
★ 104
Open GitHub ↗
High-assurance base64
Download README (.md)
Explore Similar Repositories
EventSource
:
A PHP 5.3 library for creating an EventSource stream.
geonode
:
Geo is a very basic, but simple and in-progress, geo library for Node.js using Google's Geocode API (V3) for Geocoding and GeoHash for GeoSpatial support.
Ray.Aop
:
An aspect-oriented framework for PHP
digest-crc
:
A Cyclic Redundancy Check (CRC) library for Ruby.
bez
:
A small jQuery plugin which lets you create easing functions from cubic-bezier co-ordinates.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
base64
?
Download (.md)
This project provides the following: * `*.c` — a fast base64 encoding routine based on [libb64](http://libb64.sourceforge.net/). * `base64.cry` — a Cryptol specification of base64. * `proof/` — a proof that the C code is correct with respect to the Cryptol spec. You can read about the proof here: https://galois.com/blog/2013/09/high-assurance-base64/ # Usage To build the C code: $ make To run the C code: $ echo -n 'foobar' | ./b64enc - Zm9vYmFy # License C code: public domain, without any warranty. Everything else: MIT license.