semaphore-protocol / semaphore

A zero-knowledge protocol for anonymous interactions.
https://semaphore.pse.dev
MIT License
883 stars 193 forks source link

Use native `bigint` type #731

Closed cedoor closed 5 months ago

cedoor commented 5 months ago

Description

The core libraries can now use native bigints as the new TS target is es2020.

Checklist