ed25519-dalek icon indicating copy to clipboard operation
ed25519-dalek copied to clipboard

add feature for enabling/disabling inclusion of basepoint tables

Open ryankurte opened this issue 2 years ago • 0 comments

allows basepoint tables to be excluded to reduce flash usage on embedded devices.

this should have no impact on most users, but will require adding features = [ "basepoint_tables" ] for any folks with default_features=false.

depends on https://github.com/dalek-cryptography/curve25519-dalek/pull/402

cc. @isislovecruft

ryankurte avatar Jul 06 '22 00:07 ryankurte