Skip to content

feat: Big Integer Implementation for Cryptographic Applications #2124

feat: Big Integer Implementation for Cryptographic Applications

feat: Big Integer Implementation for Cryptographic Applications #2124

Triggered via pull request January 15, 2025 11:15
Status Failure
Total duration 54s
Artifacts

nostd.yml

on: pull_request
Matrix: nostd
Fit to window
Zoom out
Zoom in

Annotations

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