Skip to content

Commit

Permalink
Add instructions for curve25519-dalek workaround (#250)
Browse files Browse the repository at this point in the history
* Add instructions for curve25519-dalek workaround

* pin commit of libsignal docs in readme
  • Loading branch information
aeblyve authored Apr 11, 2024
1 parent e51f6f6 commit 6441fa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Add the following to your `Cargo.toml`:
[dependencies]
presage = { git = "https://github.com/whisperfish/presage" }
presage-store-sled = { git = "https://github.com/whisperfish/presage" }

# For a discussion as to why, see:
# https://github.com/whisperfish/libsignal-service-rs/tree/93c23cf27d27a17a803e34ea3dd6a82d268fa79e#working-around-the-issue-with-curve25519-dalek
[patch.crates-io]
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.1' }
```

and look at the generated Rust documentation of the `Manager` struct to get started.
Expand Down

0 comments on commit 6441fa8

Please sign in to comment.