Skip to content

Commit caedaba

Browse files
committed
refactor: remove CheckMalleable without bls scheme argument
1 parent f728fc9 commit caedaba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bls/bls.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ class CBLSWrapper
211211
return true;
212212
}
213213

214-
inline bool CheckMalleable(Span<uint8_t> vecBytes) const
215-
{
216-
return CheckMalleable(vecBytes, bls::bls_legacy_scheme.load());
217-
}
218-
219214
inline std::string ToString(const bool specificLegacyScheme) const
220215
{
221216
std::vector<uint8_t> buf = ToByteVector(specificLegacyScheme);

0 commit comments

Comments
 (0)