-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
refactorcompletely change the implementation methodcompletely change the implementation method
Description
此重构将会完全改变本项目的底层计算方式。同时会保留一些,可以供外部使用的cpp接口。原有cpp实现,部分数据结构封装过度,计算效率较低。此重构将以全面提升算法效率和减少二进制体积为目标。
内部计算数据结构将与外部计算数据结构完全分离。比如 128位的计算。目前项目所用到的cpp特性主要包括:
- RAII,自动数据管理。
- 模板,主要使用在数论计算中。这部分已在 可能更快的64位蒙哥马利运算 #32 中尝试重构。
Metadata
Metadata
Assignees
Labels
refactorcompletely change the implementation methodcompletely change the implementation method