You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be expected that using BCRYPTO_FORCE_BIGINT would always use BigInt or otherwise error. However this may not be the case, as it will fallback to use JS without BigInt, see: https://github.com/bcoin-org/bcrypto/blob/master/lib/bn.js
The text was updated successfully, but these errors were encountered:
It may be expected that using
BCRYPTO_FORCE_BIGINT
would always useBigInt
or otherwise error. However this may not be the case, as it will fallback to use JS withoutBigInt
, see: https://github.com/bcoin-org/bcrypto/blob/master/lib/bn.jsThe text was updated successfully, but these errors were encountered: