/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/fast-mod-exp@1.0.1/dist/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
const fme_bigint=(t,n,i)=>{let e=1n,f=t%i;for(;n;)1n&n&&(e=e*f%i),f=f*f%i,n>>=1n;return e};function fme(t,n,i){return"bigint"==typeof t&&"bigint"==typeof n&&"bigint"==typeof i?fme_bigint(t,n,i):Number(fme_bigint(BigInt(t),BigInt(n),BigInt(i)))}export default fme;
//# sourceMappingURL=/sm/77e22ab2fb02a5c7b1ea3f1a8e7a2e8d8e32a8af70e86b78e827b6c0a54fe802.map