/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Surf
/
node_modules
/
jsbn
/
..
.npmignore
Initial commit
6 лет назад
LICENSE
Initial commit
6 лет назад
README.md
Initial commit
6 лет назад
example.html
Initial commit
6 лет назад
example.js
Initial commit
6 лет назад
index.js
Initial commit
6 лет назад
package.json
Initial commit
6 лет назад
jsbn: javascript big number
usage
API
bi.toString()
bi.negate()
bi.abs
bi.compareTo
bi.bitLength
bi.mod
bi.modPowInt
bi.clone
bi.intValue
bi.byteValue
bi.shortValue
bi.signum
bi.toByteArray
bi.equals
bi.min
bi.max
bi.and
bi.or
bi.xor
bi.andNot
bi.not
bi.shiftLeft
bi.shiftRight
bi.getLowestSetBit
bi.bitCount
bi.testBit
bi.setBit
bi.clearBit
bi.flipBit
bi.add
bi.subtract
bi.multiply
bi.divide
bi.remainder
bi.divideAndRemainder
bi.modPow
bi.modInverse
bi.pow
bi.gcd
bi.isProbablePrime
README.md