OPAQUE: Asymmetric Password-Authenticated Key Exchange in Typescript
npm install @cloudflare/opaque-tsThis is a Typescript library for the Asymmetric Password-Authenticated Key Exchange (OPAQUE) protocol.

Available at: @cloudflare/opaque-ts
``sh`
$ npm install @cloudflare/opaque-ts
IETF Draft: OPAQUE v07
`sh`
$ npm ci
$ npm test
Uses @cloudflare/voprf-ts for the group and OPRF operations, WebCrypto API for hashing and key derivation functions, and @noble/hashes` for scrypt memory-hard function.