Silur / ECVRF

An elliptic curve verifiable random function
GNU General Public License v3.0
18 stars 4 forks source link

replaced &Vec<u8> with &[u8] in function signatures #2

Closed Anfauglith closed 5 years ago

Anfauglith commented 5 years ago

Rust can automatically coerce &Vec<T> into &[T], so this is more general.

also fixed some clippy warnings and formatting issues