Make signing and key generation C independent #1051
ci.yml
on: pull_request
Matrix: clippy
Matrix: docs
Matrix: no-std
Matrix: rustfmt
Matrix: test
Annotations
38 errors and 94 warnings
build stable no-std for wasm32-unknown-unknown
the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://docs.rs/getrandom/#webassembly-support
|
build stable no-std for wasm32-unknown-unknown
failed to resolve: use of undeclared crate or module `imp`
|
build stable no-std for wasm32-unknown-unknown
could not compile `getrandom` (lib) due to 2 previous errors
|
build stable no-std for wasm32-unknown-unknown
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
build nightly no-std for wasm32-unknown-unknown
the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://docs.rs/getrandom/#webassembly-support
|
build nightly no-std for wasm32-unknown-unknown
failed to resolve: use of undeclared crate or module `imp`
|
build nightly no-std for wasm32-unknown-unknown
could not compile `getrandom` (lib) due to 2 previous errors
|
build nightly no-std for wasm32-unknown-unknown
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
clippy nightly on ubuntu:
src/dsa/falcon512/math/mod.rs#L2
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/dsa/falcon512/signature.rs#L10
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/hash/blake/mod.rs#L9
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/hash/rescue/rpo/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/hash/rescue/rpx/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/merkle/merkle_tree.rs#L6
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/merkle/smt/full/leaf.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/merkle/smt/full/proof.rs#L3
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/merkle/partial_mt/mod.rs#L8
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
clippy nightly on ubuntu:
src/rand/rpo.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/signature.rs#L262
cannot find macro `vec` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/signature.rs#L173
cannot find macro `format` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/math/codec.rs#L17
cannot find macro `vec` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/math/samplerz.rs#L28
cannot find macro `vec` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/keys/public_key.rs#L119
cannot find macro `format` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/keys/public_key.rs#L99
cannot find macro `format` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/hash_to_point.rs#L46
cannot find macro `vec` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/hash_to_point.rs#L55
cannot find type `Vec` in this scope
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/hash_to_point.rs#L55
failed to resolve: use of undeclared type `Vec`
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/math/fft.rs#L74
cannot find type `Vec` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/signature.rs#L262
cannot find macro `vec` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/signature.rs#L173
cannot find macro `format` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/math/codec.rs#L17
cannot find macro `vec` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/math/samplerz.rs#L28
cannot find macro `vec` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/keys/public_key.rs#L119
cannot find macro `format` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/keys/public_key.rs#L99
cannot find macro `format` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/hash_to_point.rs#L46
cannot find macro `vec` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/hash_to_point.rs#L55
cannot find type `Vec` in this scope
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/hash_to_point.rs#L55
failed to resolve: use of undeclared type `Vec`
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/math/fft.rs#L74
cannot find type `Vec` in this scope
|
rustfmt nightly on ubuntu
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rustfmt nightly on ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rustfmt nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rustfmt nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rustfmt nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rustfmt nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build stable no-std for wasm32-unknown-unknown
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build stable no-std for wasm32-unknown-unknown
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build stable no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build stable no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build stable no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build stable no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build nightly no-std for wasm32-unknown-unknown
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build nightly no-std for wasm32-unknown-unknown
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build nightly no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build nightly no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build nightly no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build nightly no-std for wasm32-unknown-unknown
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy nightly on ubuntu
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy nightly on ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy nightly on ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --no-default-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test nightly on ubuntu with --no-default-features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test nightly on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/keys/secret_key.rs#L16
unused import: `thread_rng`
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/math/mod.rs#L2
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/dsa/falcon512/signature.rs#L10
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/hash/blake/mod.rs#L9
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/hash/rescue/rpo/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/hash/rescue/rpx/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/merkle/merkle_tree.rs#L6
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/merkle/smt/full/leaf.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/merkle/smt/full/proof.rs#L3
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --no-default-features:
src/merkle/partial_mt/mod.rs#L8
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test stable on ubuntu with --no-default-features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test stable on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --no-default-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/keys/secret_key.rs#L16
unused import: `thread_rng`
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/math/mod.rs#L2
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/dsa/falcon512/signature.rs#L10
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/hash/blake/mod.rs#L9
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/hash/rescue/rpo/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/hash/rescue/rpx/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/merkle/merkle_tree.rs#L6
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/merkle/smt/full/leaf.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/merkle/smt/full/proof.rs#L3
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --no-default-features:
src/merkle/partial_mt/mod.rs#L8
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
Verify the docs on stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Verify the docs on stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Verify the docs on stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Verify the docs on stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Verify the docs on stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Verify the docs on stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --features default,serde
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test stable on ubuntu with --features default,serde
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test stable on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test stable on ubuntu with --features default,serde:
src/dsa/falcon512/math/mod.rs#L2
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/dsa/falcon512/signature.rs#L10
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/hash/blake/mod.rs#L9
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/hash/rescue/rpo/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/hash/rescue/rpx/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/merkle/merkle_tree.rs#L6
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/merkle/smt/full/leaf.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/merkle/smt/full/proof.rs#L3
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/merkle/partial_mt/mod.rs#L8
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test stable on ubuntu with --features default,serde:
src/rand/rpo.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test nightly on ubuntu with --features default,serde
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test nightly on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --features default,serde
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test nightly on ubuntu with --features default,serde:
src/dsa/falcon512/math/mod.rs#L2
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/dsa/falcon512/signature.rs#L10
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/hash/blake/mod.rs#L9
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/hash/rescue/rpo/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/hash/rescue/rpx/digest.rs#L7
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/merkle/merkle_tree.rs#L6
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/merkle/smt/full/leaf.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/merkle/smt/full/proof.rs#L3
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/merkle/partial_mt/mod.rs#L8
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|
test nightly on ubuntu with --features default,serde:
src/rand/rpo.rs#L5
use of deprecated module `winter_utils::string`: You should prefer to import from `alloc::string::*`
|