用uint取代biguint #1

Closed
opened 2024-10-03 14:33:08 +08:00 by sangge · 1 comment
Owner

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

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

已经使用crypto-bigint库完成实现,但是似乎性能没有显著提升

已经使用crypto-bigint库完成实现,但是似乎性能没有显著提升
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sangge/ecc_rs#1
No description provided.