Skip to content

Commit

Permalink
Merge pull request #258 from whisperfish/readme-lizard
Browse files Browse the repository at this point in the history
Update the libsignal-curve25519 lizard notice
  • Loading branch information
rubdos authored Oct 30, 2023
2 parents 4128777 + a36d43d commit e579cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libsignal-protocol = { git = "https://github.com/signalapp/libsignal-client", br
zkgroup = { version = "0.9.0", git = "https://github.com/signalapp/libsignal-client", branch = "main" }

[patch.crates-io]
"curve25519-dalek" = { git = "https://github.com/signalapp/curve25519-dalek", branch = "lizard2" }
"curve25519-dalek" = { git = "https://github.com/signalapp/curve25519-dalek", tag = "signal-curve25519-4.0.0" }
```

If you're using a Cargo workspace, you should add the `[patch.crates.io]` section in the root `Cargo.toml` file instead.
Expand Down

0 comments on commit e579cac

Please sign in to comment.