UNPKG

multiformats

Version:

Interface for multihash, multicodec, multibase and CID

9 lines (7 loc) 138 B
import { rfc4648 } from './base.ts' export const base2 = rfc4648({ prefix: '0', name: 'base2', alphabet: '01', bitsPerChar: 1 })