Skip to content

Fil/proquint-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

proquint-php

pro(nounceable) quint(uplets) in PHP

A PHP implementation of proquint was missing… not that I needed it

link: http://arxiv.org/html/0901.4016

Usage

require_once 'proquint.php';
$proquint = new Proquint;
echo $proquint->Encode(chr(127).chr(0).chr(0).chr(1)); # 'lusab-babad'
echo $proquint->Decode('lusab-babad'); # string of bytes 127,0,0,1

About

pro(nounceable) quint(uplets) in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages