Skip to content

feat: Big Integer Implementation for Cryptographic Applications #2046

feat: Big Integer Implementation for Cryptographic Applications

feat: Big Integer Implementation for Cryptographic Applications #2046

Triggered via pull request January 30, 2025 14:21
Status Failure
Total duration 7m 11s
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
[clippy] lib/crypto/src/arithmetic/uint.rs#L608: lib/crypto/src/arithmetic/uint.rs#L608
error[E0412]: cannot find type `Vec` in this scope --> lib/crypto/src/arithmetic/uint.rs:608:31 | 608 | fn into_bytes_le(self) -> Vec<u8> { | ^^^ not found in this scope | help: consider importing this struct | 5 + use alloc::vec::Vec; |
[clippy] lib/crypto/src/arithmetic/uint.rs#L608: lib/crypto/src/arithmetic/uint.rs#L608
error[E0412]: cannot find type `Vec` in this scope --> lib/crypto/src/arithmetic/uint.rs:608:31 | 608 | fn into_bytes_le(self) -> Vec<u8> { | ^^^ not found in this scope | help: consider importing this struct | 5 + use alloc::vec::Vec; |
tests: lib/crypto/src/arithmetic/uint.rs#L608
cannot find type `Vec` in this scope
tests
Process completed with exit code 101.