supranational / blst

Multilingual BLS12-381 signature library
Apache License 2.0
454 stars 171 forks source link

bindings/rust: add MultiScalar trait. #219

Closed dot-asm closed 1 month ago

dot-asm commented 1 month ago

This allows to perform multi-scalar operations directly on slices of affine points without going through p{12}_affines classes.