• Joined on 2023-07-24
sangge pushed to fix-update at sangge/tpre-python 2024-09-22 20:28:53 +08:00
e8e7c59579 feat: add basic blockchain
sangge pushed to main at sangge/.profile 2024-09-22 00:01:15 +08:00
402bde4b55 Update README.md
sangge pushed to main at sangge/.profile 2024-09-21 00:01:16 +08:00
1f02b125ee Update README.md
sangge pushed to main at sangge/.profile 2024-09-20 00:01:13 +08:00
c1aadd4755 Update README.md
sangge pushed to main at sangge/.profile 2024-09-19 00:01:12 +08:00
7fa6f97948 Update README.md
sangge pushed to main at sangge/.profile 2024-09-18 00:01:13 +08:00
ac2de1a479 Update README.md
sangge pushed to main at sangge/.profile 2024-09-17 00:01:13 +08:00
130af50d80 Update README.md
sangge pushed to main at sangge/.profile 2024-09-15 00:01:06 +08:00
83c242ea3f Update README.md
sangge commented on issue sangge/tpre-python#29 2024-09-14 15:36:38 +08:00
优化性能:使用c或者rust重写ecc计算模块

可以尝试用uint取代biguint。uint是固定长度,在栈上分配。biguint是堆上分配,创建销毁都有性能损耗。

sangge pushed to main at sangge/.profile 2024-09-12 00:01:17 +08:00
654ae43dca Update README.md
sangge pushed to main at sangge/.profile 2024-09-11 00:01:09 +08:00
a1ee16b04a Update README.md
sangge pushed to main at sangge/.profile 2024-09-09 00:01:44 +08:00
9935368ef1 Update README.md
sangge pushed to main at sangge/.profile 2024-09-08 00:01:14 +08:00
1e434f865d Update README.md
sangge opened issue sangge/tpre-python#34 2024-09-06 14:36:28 +08:00
水代码?
sangge commented on issue sangge/tpre-python#29 2024-09-06 14:34:22 +08:00
优化性能:使用c或者rust重写ecc计算模块

6c240b1237e69a019d455a6acc04217ec5fa9161 ecc_rs中实现,速度有提升

sangge pushed to fix-update at sangge/tpre-python 2024-09-06 10:48:11 +08:00
6c240b1237 finish optimize
sangge pushed to main at sangge/.profile 2024-09-06 00:01:20 +08:00
f232a0c993 Update README.md
sangge pushed to main at sangge/ecc_rs 2024-09-05 15:18:38 +08:00
880c34ce03 use less clone and builtin modinv
sangge closed issue sangge/BackDoorBuster#16 2024-09-05 10:45:06 +08:00
检测Python对其他语言的封装
sangge closed issue sangge/BackDoorBuster#28 2024-09-05 10:44:57 +08:00
NEED FIX: main分支出问题速度修