-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing usage of constructor of fri_params.
- Loading branch information
Showing
14 changed files
with
594 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
134 changes: 0 additions & 134 deletions
134
libs/marshalling/zk/include/nil/crypto3/marshalling/math/types/polynomial_dfs.hpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
// Copyright (c) 2021-2022 Nikita Kaskov <[email protected]> | ||
// Copyright (c) 2021-2022 Ilias Khairullin <[email protected]> | ||
// Copyright (c) 2022-2023 Elena Tatuzova <[email protected]> | ||
// Copyright (c) 2024 Martun Karapetyan <[email protected]> | ||
// | ||
// MIT License | ||
// | ||
|
@@ -220,7 +221,7 @@ namespace nil { | |
return proof; | ||
} | ||
|
||
template <typename TTypeBase, typename LPCScheme, typename enable = void> | ||
template <typename TTypeBase, typename LPCScheme, typename Enable = void> | ||
struct precommitment_type; | ||
|
||
// Will be used to store precommitment type of a commitment scheme. It's useful only for LPC for now, | ||
|
Oops, something went wrong.