This repository was archived by the owner on Feb 17, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork15
=nil; Foundation's Algebraic Operations and Structures Module
License
NotificationsYou must be signed in to change notification settings
NilFoundation/crypto3-algebra
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=nil; Foundation's Algebraic Constructions module.
Contains:
- Finite fields
- Curves
- Pairing
- Constexpr BLAS.
This library uses Boost CMake build modules (https://github.com/BoostCMake/cmake_modules.git).To actually include this library in a project it is required to:
- AddCMake Modules as submodule to target project repository.
- Add all the internal dependencies usingCMake Modules as submodules to target project repository.
- Initialize parent project withCMake Modules (Look atcrypto3 for the example)
- Boost (>= 1.73)
About
=nil; Foundation's Algebraic Operations and Structures Module