UNPKG

@waku/rln

Version:

RLN (Rate Limiting Nullifier) implementation for Waku

10 lines (7 loc) 147 B
import { baseX } from './base.js'; const base10 = baseX({ prefix: '9', name: 'base10', alphabet: '0123456789' }); export { base10 };