UNPKG

multiformats

Version:

Interface for multihash, multicodec, multibase and CID

9 lines (7 loc) 144 B
import { rfc4648 } from './base.ts' export const base8 = rfc4648({ prefix: '7', name: 'base8', alphabet: '01234567', bitsPerChar: 3 })