Migrate to ff 0.14, rand 0.9
#5
+18
−13
Draft
Annotations
2 warnings
|
Run Clippy (beta):
src/lib.rs#L7
warning: large array defined as const
--> src/sinsemilla_s.rs:7:1
|
7 | pub const SINSEMILLA_S: [(pallas::Base, pallas::Base); 1 << K] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
8 | | (
9 | | pallas::Base::from_raw([
10 | | 0x5a91_eb91_2044_ea5f,
... |
14343 | | ),
14344 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#large_const_arrays
= note: `-W clippy::large-const-arrays` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::large_const_arrays)]`
|
|
Run Clippy (beta):
src/lib.rs#L7
warning: large array defined as const
--> src/sinsemilla_s.rs:7:1
|
7 | pub const SINSEMILLA_S: [(pallas::Base, pallas::Base); 1 << K] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
8 | | (
9 | | pallas::Base::from_raw([
10 | | 0x5a91_eb91_2044_ea5f,
... |
14343 | | ),
14344 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#large_const_arrays
= note: `-W clippy::large-const-arrays` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::large_const_arrays)]`
|
Loading