UNPKG

@aws-amplify/auth

Version:
10 lines (9 loc) 219 B
import { AuthBigInteger } from '../BigInteger'; /** * @internal */ export declare const calculateA: ({ a, g, N, }: { a: AuthBigInteger; g: AuthBigInteger; N: AuthBigInteger; }) => Promise<AuthBigInteger>;