Skip to content

Commit

Permalink
Add usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cargodog committed Sep 16, 2020
1 parent aa4b25c commit 1f767f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ USE AT YOUR OWN RISK!
## Documentation
Detailed documentation can be found [here][docs-external].

# Use
Latest release version can be found in the git tags or on [crates.io][arcturus-crate]. Add the latest version to your project's `Cargo.toml`:
```toml
arcturus = "x.y.z"
```

# Example:
```rust
use arcturus::*;
Expand Down Expand Up @@ -83,6 +89,7 @@ ring of UTXOs is essential to providing anonymity for the signer and his transac


[arcturus-paper]: https://eprint.iacr.org/2020/312
[arcturus-crate]: https://crates.io/crates/arcturus
[docs-external]: https://docs.rs/arcturus
[bulletproofs-crate]: https://crates.io/crates/bulletproofs
[criterion-crate]: https://crates.io/crates/criterion
Expand Down

0 comments on commit 1f767f3

Please sign in to comment.