bn.to_s => string
bn.to_s(base) => string
bn.to_s(base) => string
Instance Public methods
Parameters
-
base
- integer -
Valid values:
-
-
0 - MPI
-
-
2 - binary
-
-
10 - the default
-
-
16 - hex
-
base
- integer
Valid values:
0 - MPI
2 - binary
10 - the default
16 - hex
Please login to continue.