Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a packageSource codeContentsIndex
Codec.Binary.BubbleBabble
Synopsis
encode :: [Octet] -> String
Documentation
encode :: [Octet] -> StringSource

Encode binary data into the bubble babble human readable encoding. Bubble Babble is an encoding that represents binary data as psuedowords which are more pronouncable and memorable than standard hexadecimal encoding.

It is mainly used for representing cryptographic fingerprints. In addition, there is an amount of redundancy and error correction built into the representation so that transcription errors can be more readily identified.

see: http:en.wikipedia.orgwikiBubble_Babble

Produced by Haddock version 2.6.1