Add skeleton of xmtp_mls crate #572
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
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`
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`
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`
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`
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`
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`