UNPKG

@stellot/crypto

Version:

Crypto libraries for front and backend

7 lines (6 loc) 260 B
import elliptic from 'elliptic'; import VoterSession from './VoterSession'; import SignerSession from './SignerSession'; declare const EdDSA: typeof elliptic.eddsa; declare const ed25519: elliptic.eddsa; export { VoterSession, SignerSession, EdDSA, ed25519 };