Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -0,0 +1,6 @@
|
|||
require "bignum"
|
||||
|
||||
local a = bigint.new("2988348162058574136915891421498819466320163312926952423791023078876139")
|
||||
local b = bigint.new("2351399303373464486466122544523690094744975233415544072992656881240319")
|
||||
local m = bigint.ten ^ 40
|
||||
print(bigint.modpow(a, b, m))
|
||||
Loading…
Add table
Add a link
Reference in a new issue