Skip to content

Add skeleton of xmtp_mls crate #572

Add skeleton of xmtp_mls crate

Add skeleton of xmtp_mls crate #572

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / workspace failed Oct 20, 2023 in 1s

workspace

6 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 6
Warning 0
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 396 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope

error[E0599]: no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs:396:17
    |
396 |         Scalar::from_bits_clamped(bytes.0)
    |                 ^^^^^^^^^^^^^^^^^ function or associated item not found in `Scalar`

Check failure on line 376 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope

error[E0599]: no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs:376:14
    |
376 |     (Scalar::from_bits_clamped(k) * MontgomeryPoint(u)).to_bytes()
    |              ^^^^^^^^^^^^^^^^^ function or associated item not found in `Scalar`

Check failure on line 255 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope

error[E0599]: no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs:255:30
    |
255 |         StaticSecret(Scalar::from_bits_clamped(bytes))
    |                              ^^^^^^^^^^^^^^^^^ function or associated item not found in `Scalar`

Check failure on line 229 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope

error[E0599]: no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs:229:30
    |
229 |         StaticSecret(Scalar::from_bits_clamped(bytes))
    |                              ^^^^^^^^^^^^^^^^^ function or associated item not found in `Scalar`

Check failure on line 165 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope

error[E0599]: no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs:165:32
    |
165 |         ReusableSecret(Scalar::from_bits_clamped(bytes))
    |                                ^^^^^^^^^^^^^^^^^ function or associated item not found in `Scalar`

Check failure on line 101 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope

error[E0599]: no function or associated item named `from_bits_clamped` found for struct `Scalar` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x25519-dalek-2.0.0-rc.2/src/x25519.rs:101:33
    |
101 |         EphemeralSecret(Scalar::from_bits_clamped(bytes))
    |                                 ^^^^^^^^^^^^^^^^^ function or associated item not found in `Scalar`