feat: Big Integer Implementation for Cryptographic Applications #2046
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.
|