Closed lukasngl closed 1 year ago
Integers may be specified with exponents, i.e. 2^2048. CongiCrypt does not handle such numbers, this patch therefore converts those numbers beforehand.
2^2048
The converter resolves such expressions to a String, that is parseable as the Integer result.
Note: This patch is based on #47.
The changes from this PR are part of #59 and already merged
Integers may be specified with exponents, i.e.
2^2048
. CongiCrypt does not handle such numbers, this patch therefore converts those numbers beforehand.The converter resolves such expressions to a String, that is parseable as the Integer result.
Note: This patch is based on #47.