Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: deglobalization of bls_legacy_scheme 3/N #6508

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: remove CheckMalleable without bls scheme argument
  • Loading branch information
knst committed Dec 27, 2024
commit caedaba80237021afeb493ab6b7b91c0ee44e6e9
5 changes: 0 additions & 5 deletions src/bls/bls.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ class CBLSWrapper
return true;
}

inline bool CheckMalleable(Span<uint8_t> vecBytes) const
{
return CheckMalleable(vecBytes, bls::bls_legacy_scheme.load());
}

inline std::string ToString(const bool specificLegacyScheme) const
{
std::vector<uint8_t> buf = ToByteVector(specificLegacyScheme);
Expand Down