feat: Big Integer Implementation for Cryptographic Applications #2124
Annotations
2 errors and 11 warnings
Cargo hack
`#![feature]` may not be used on the stable release channel
|
Cargo hack
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cargo hack:
lib/crypto/src/field/fp.rs#L22
unused import: `ops::Mul`
|
Cargo hack:
lib/crypto/src/field/fp.rs#L26
unused import: `ConstZero`
|
Cargo hack:
lib/crypto/src/field/fp.rs#L510
unused variable: `state`
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L223
method `const_add_with_carry` is never used
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L23
missing documentation for a type alias
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L24
missing documentation for a type alias
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L25
missing documentation for a type alias
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L33
missing documentation for a struct
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L34
missing documentation for a struct field
|
Cargo hack:
lib/crypto/src/arithmetic/mod.rs#L69
missing documentation for an associated constant
|
Loading