摘要:
题目: from math import gcd from functools import reduce from fractions import Fraction as Frac N = 6 def read_num(prompt): try: num = int(input(prompt)) 阅读全文
posted @ 2025-03-28 22:06
sevensnight
阅读(52)
评论(2)
推荐(0)
摘要:
Jacobi Quartic Curves Revisited 还没见过这类ECC曲线题,先存档 前方施工中…… 阅读全文
posted @ 2025-03-28 21:23
sevensnight
阅读(17)
评论(0)
推荐(0)
摘要:
题目: from Crypto.Util.number import * from random import randint from secret import flag,order class CB_curve: def __init__(self): self.p = 11417419399 阅读全文
posted @ 2025-03-28 21:11
sevensnight
阅读(217)
评论(1)
推荐(0)