UNPKG

@iden3/js-iden3-auth

Version:

iden3-auth implementation in JavaScript

9 lines (8 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthPubSignals = void 0; const authV2_1 = require("./authV2"); // This class should be used for auth circuits (authV2/authV3/authV3_8_32) class AuthPubSignals extends authV2_1.AuthPubSignalsV2 { } exports.AuthPubSignals = AuthPubSignals;