7 unstable releases (3 breaking)

0.4.0 Aug 8, 2023
0.3.1 Mar 21, 2023
0.2.2 Nov 7, 2022
0.2.1 Sep 29, 2022
0.1.0 Jun 19, 2022

#6 in #ff

Download history 40/week @ 2023-12-10 45/week @ 2023-12-17 12/week @ 2023-12-24 6/week @ 2023-12-31 48/week @ 2024-01-07 4/week @ 2024-01-14 15/week @ 2024-02-04 43/week @ 2024-02-11 15/week @ 2024-02-18 43/week @ 2024-02-25 32/week @ 2024-03-03 46/week @ 2024-03-10 34/week @ 2024-03-17 18/week @ 2024-03-24

132 downloads per month
Used in 11 crates (9 directly)

MIT license

31KB
669 lines

Multiexp

A multiexp implementation for ff/group implementing Straus and Pippenger. A batch verification API is also available via the "batch" feature, which enables secure multiexponentation batch verification given a series of values which should sum to the identity, identifying which doesn't via binary search if they don't.

This library was audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.

This library is usable under no_std, via alloc, when the default features are disabled.

Dependencies

~3.5MB
~68K SLoC