用uint取代biguint #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
可以尝试用uint取代biguint。uint是固定长度,在栈上分配。biguint是堆上分配,创建销毁都有性能损耗。
已经使用crypto-bigint库完成实现,但是似乎性能没有显著提升