Implement ZIP 32 arbitrary key derivation #49
ci.yml
on: push
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
14 errors
Latest build on ubuntu-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-latest
The operation was canceled.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on macOS-latest
Process completed with exit code 101.
|
Build target wasm32-wasi
Process completed with exit code 101.
|
a value of type `[u8; 64]` cannot be built since `[u8; 64]` has no definite size:
src/lib.rs#L114
error[E0277]: a value of type `[u8; 64]` cannot be built since `[u8; 64]` has no definite size
--> src/arbitrary.rs:114:35
|
114 | sk.into_iter().chain(c.0).collect()
| ^^^^^^^ try explicitly collecting into a `Vec<u8>`
|
= help: the trait `core::iter::FromIterator<u8>` is not implemented for `[u8; 64]`
note: required by a bound in `core::iter::Iterator::collect`
|
Clippy (MSRV)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Clippy (MSRV)
{
"rendered": "For more information about this error, try `rustc --explain E0277`.\n",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0277`.",
"spans": []
}
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|