UNPKG

@waku/rln

Version:

RLN (Rate Limiting Nullifier) implementation for Waku

15 lines (13 loc) 251 B
import { rfc4648 } from './base.js'; rfc4648({ prefix: 'f', name: 'base16', alphabet: '0123456789abcdef', bitsPerChar: 4 }); rfc4648({ prefix: 'F', name: 'base16upper', alphabet: '0123456789ABCDEF', bitsPerChar: 4 });