[INFO] fetching crate pqcrypto-ledacryptkem 0.0.4... [INFO] checking pqcrypto-ledacryptkem-0.0.4 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate pqcrypto-ledacryptkem 0.0.4 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate pqcrypto-ledacryptkem 0.0.4 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate pqcrypto-ledacryptkem 0.0.4 [INFO] finished tweaking crates.io crate pqcrypto-ledacryptkem 0.0.4 [INFO] tweaked toml for crates.io crate pqcrypto-ledacryptkem 0.0.4 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54b4dbd4d14cd8bc8cfcceb9408d9fb414b5da3448f5acde5bc664711cb826c8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54b4dbd4d14cd8bc8cfcceb9408d9fb414b5da3448f5acde5bc664711cb826c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54b4dbd4d14cd8bc8cfcceb9408d9fb414b5da3448f5acde5bc664711cb826c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54b4dbd4d14cd8bc8cfcceb9408d9fb414b5da3448f5acde5bc664711cb826c8", kill_on_drop: false }` [INFO] [stdout] 54b4dbd4d14cd8bc8cfcceb9408d9fb414b5da3448f5acde5bc664711cb826c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dfccc91102e574a891e8a2b26883d365c66fe18d7a8d1655a90c8938ae9e9be9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dfccc91102e574a891e8a2b26883d365c66fe18d7a8d1655a90c8938ae9e9be9", kill_on_drop: false }` [INFO] [stderr] Compiling pqcrypto-ledacryptkem v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] error: use of deprecated item 'ledakemlt12::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:27:55 [INFO] [stdout] | [INFO] [stdout] 27 | ciphertext_bytes as ledakemlt12_ciphertext_bytes, decapsulate as ledakemlt12_decapsulate, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | #![cfg_attr(not(feature = "cryptographically-insecure"), deny(deprecated))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | encapsulate as ledakemlt12_encapsulate, keypair as ledakemlt12_keypair, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:28:45 [INFO] [stdout] | [INFO] [stdout] 28 | encapsulate as ledakemlt12_encapsulate, keypair as ledakemlt12_keypair, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:34:55 [INFO] [stdout] | [INFO] [stdout] 34 | ciphertext_bytes as ledakemlt32_ciphertext_bytes, decapsulate as ledakemlt32_decapsulate, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | encapsulate as ledakemlt32_encapsulate, keypair as ledakemlt32_keypair, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:35:45 [INFO] [stdout] | [INFO] [stdout] 35 | encapsulate as ledakemlt32_encapsulate, keypair as ledakemlt32_keypair, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:41:55 [INFO] [stdout] | [INFO] [stdout] 41 | ciphertext_bytes as ledakemlt52_ciphertext_bytes, decapsulate as ledakemlt52_decapsulate, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | encapsulate as ledakemlt52_encapsulate, keypair as ledakemlt52_keypair, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | encapsulate as ledakemlt52_encapsulate, keypair as ledakemlt52_keypair, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_keypair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | simple_struct!(SharedSecret, ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_keypair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | simple_struct!(SharedSecret, ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_keypair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | simple_struct!(SharedSecret, ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:27:55 [INFO] [stdout] | [INFO] [stdout] 27 | ciphertext_bytes as ledakemlt12_ciphertext_bytes, decapsulate as ledakemlt12_decapsulate, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | #![cfg_attr(not(feature = "cryptographically-insecure"), deny(deprecated))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | encapsulate as ledakemlt12_encapsulate, keypair as ledakemlt12_keypair, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:28:45 [INFO] [stdout] | [INFO] [stdout] 28 | encapsulate as ledakemlt12_encapsulate, keypair as ledakemlt12_keypair, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:34:55 [INFO] [stdout] | [INFO] [stdout] 34 | ciphertext_bytes as ledakemlt32_ciphertext_bytes, decapsulate as ledakemlt32_decapsulate, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | encapsulate as ledakemlt32_encapsulate, keypair as ledakemlt32_keypair, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:35:45 [INFO] [stdout] | [INFO] [stdout] 35 | encapsulate as ledakemlt32_encapsulate, keypair as ledakemlt32_keypair, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:41:55 [INFO] [stdout] | [INFO] [stdout] 41 | ciphertext_bytes as ledakemlt52_ciphertext_bytes, decapsulate as ledakemlt52_decapsulate, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | encapsulate as ledakemlt52_encapsulate, keypair as ledakemlt52_keypair, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/lib.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | encapsulate as ledakemlt52_encapsulate, keypair as ledakemlt52_keypair, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:99:36 [INFO] [stdout] | [INFO] [stdout] 99 | let mut pk = vec![0u8; PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:100:36 [INFO] [stdout] | [INFO] [stdout] 100 | let mut sk = vec![0u8; PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:101:36 [INFO] [stdout] | [INFO] [stdout] 101 | let mut ct = vec![0u8; PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:102:37 [INFO] [stdout] | [INFO] [stdout] 102 | let mut ss1 = vec![0u8; PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:103:37 [INFO] [stdout] | [INFO] [stdout] 103 | let mut ss2 = vec![0u8; PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_keypair(pk.as_mut_ptr(), sk.as_mut_ptr()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:111:17 [INFO] [stdout] | [INFO] [stdout] 111 | PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:136:36 [INFO] [stdout] | [INFO] [stdout] 136 | let mut pk = vec![0u8; PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:137:36 [INFO] [stdout] | [INFO] [stdout] 137 | let mut sk = vec![0u8; PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:138:36 [INFO] [stdout] | [INFO] [stdout] 138 | let mut ct = vec![0u8; PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:139:37 [INFO] [stdout] | [INFO] [stdout] 139 | let mut ss1 = vec![0u8; PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:140:37 [INFO] [stdout] | [INFO] [stdout] 140 | let mut ss2 = vec![0u8; PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:144:17 [INFO] [stdout] | [INFO] [stdout] 144 | PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_keypair(pk.as_mut_ptr(), sk.as_mut_ptr()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:173:36 [INFO] [stdout] | [INFO] [stdout] 173 | let mut pk = vec![0u8; PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:174:36 [INFO] [stdout] | [INFO] [stdout] 174 | let mut sk = vec![0u8; PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:175:36 [INFO] [stdout] | [INFO] [stdout] 175 | let mut ct = vec![0u8; PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | let mut ss1 = vec![0u8; PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:177:37 [INFO] [stdout] | [INFO] [stdout] 177 | let mut ss2 = vec![0u8; PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_keypair(pk.as_mut_ptr(), sk.as_mut_ptr()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ffi.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_keypair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | simple_struct!(SharedSecret, ffi::PQCLEAN_LEDAKEMLT12_LEAKTIME_CRYPTO_BYTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:185:24 [INFO] [stdout] | [INFO] [stdout] 185 | let (pk, sk) = keypair(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | let (ss1, ct) = encapsulate(&pk); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt12::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt12.rs:187:19 [INFO] [stdout] | [INFO] [stdout] 187 | let ss2 = decapsulate(&ct, &sk); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_keypair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | simple_struct!(SharedSecret, ffi::PQCLEAN_LEDAKEMLT32_LEAKTIME_CRYPTO_BYTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:185:24 [INFO] [stdout] | [INFO] [stdout] 185 | let (pk, sk) = keypair(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | let (ss1, ct) = encapsulate(&pk); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt32::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt32.rs:187:19 [INFO] [stdout] | [INFO] [stdout] 187 | let ss2 = decapsulate(&ct, &sk); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_keypair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_enc': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_enc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_dec': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_crypto_kem_dec( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_PUBLICKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_SECRETKEYBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_CIPHERTEXTBYTES [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | simple_struct!(SharedSecret, ffi::PQCLEAN_LEDAKEMLT52_LEAKTIME_CRYPTO_BYTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::keypair': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:185:24 [INFO] [stdout] | [INFO] [stdout] 185 | let (pk, sk) = keypair(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::encapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | let (ss1, ct) = encapsulate(&pk); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'ledakemlt52::decapsulate': Insecure cryptography, do not use in production [INFO] [stdout] --> src/ledakemlt52.rs:187:19 [INFO] [stdout] | [INFO] [stdout] 187 | let ss2 = decapsulate(&ct, &sk); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 42 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pqcrypto-ledacryptkem`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 75 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "dfccc91102e574a891e8a2b26883d365c66fe18d7a8d1655a90c8938ae9e9be9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfccc91102e574a891e8a2b26883d365c66fe18d7a8d1655a90c8938ae9e9be9", kill_on_drop: false }` [INFO] [stdout] dfccc91102e574a891e8a2b26883d365c66fe18d7a8d1655a90c8938ae9e9be9