UNPKG

minauth

Version:

A TypeScript library for building authentication systems on top of the Mina blockchain and other zero-knowledge proofs solutions.

5 lines (4 loc) 225 B
import { Field } from 'o1js'; import { EncodeDecoder } from '../../plugin/encodedecoder'; import { FpInterfaceType } from '../../plugin/interfacekind'; export declare const fieldEncDec: EncodeDecoder<FpInterfaceType, Field>;