Skip to content

feat: biginteger implementation #1764

feat: biginteger implementation

feat: biginteger implementation #1764

Triggered via pull request January 15, 2025 11:15
Status Success
Total duration 7m 11s
Artifacts

check-wasm.yml

on: pull_request
Check WASM binary
6m 9s
Check WASM binary
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Check WASM binary
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check WASM binary: lib/crypto/src/field/fp.rs#L22
unused import: `ops::Mul`
Check WASM binary: lib/crypto/src/field/fp.rs#L26
unused import: `ConstZero`
Check WASM binary: lib/crypto/src/field/fp.rs#L510
unused variable: `state`
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L223
method `const_add_with_carry` is never used
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L23
missing documentation for a type alias
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L24
missing documentation for a type alias
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L25
missing documentation for a type alias
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L33
missing documentation for a struct
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L34
missing documentation for a struct field
Check WASM binary: lib/crypto/src/arithmetic/mod.rs#L69
missing documentation for an associated constant