rust-crypto-labs/rust-sike

Make use of structs

Closed this issue · 0 comments

Currently we have 2 structs Curve and Points.
We are not using any methods on them, such as helpers, constructor or even operations.

It could be interesting to make use of structs.