UNPKG

@neabyte/quantum-zkp

Version:

Educational quantum-resistant zero-knowledge proof library for learning and prototyping

1 lines 233 B
export class ZKPError extends Error{code;algorithm;suggestion;constructor(r){super(r.message),this.name="ZKPError",this.code=r.code,this.algorithm=r.algorithm??"hybrid",this.suggestion=r.suggestion??"Check parameters and try again"}}