Open andvgal opened 6 years ago
BigInteger.prototype.toString fails to be, if Object.freeze(Object.prototype) is called before.
BigInteger.prototype.toString
Object.freeze(Object.prototype)
PR: https://github.com/andyperlitch/jsbn/pull/25
Bonus: ~1.5K size reduction
BigInteger.prototype.toString
fails to be, ifObject.freeze(Object.prototype)
is called before.PR: https://github.com/andyperlitch/jsbn/pull/25
Bonus: ~1.5K size reduction