Go to file
Kris Nuttycombe 1a8ded0038 Add a `Rho` type, to distinguish from revealed note nullifiers.
This change removes the ability to construct a `Rho` value directly from
the public API, except via deserialization from bytes (which is
necessary in order to be able to serialize a `Note`). Ordinarily, `Rho`
should be obtained either from an already-constructed `Note` or from an
`Action` or `CompactAction`.
2024-03-12 17:20:43 -06:00
.github/workflows CI: Modernise workflows 2023-11-29 03:42:17 +00:00
benches Return bundle metadata from bundle building. 2024-01-09 14:09:05 -07:00
book
proptest-regressions/constants
src Add a `Rho` type, to distinguish from revealed note nullifiers. 2024-03-12 17:20:43 -06:00
tests Return bundle metadata from bundle building. 2024-01-09 14:09:05 -07:00
.gitignore Add `Cargo.lock` to repository 2023-11-28 23:53:24 +00:00
CHANGELOG.md Add a `Rho` type, to distinguish from revealed note nullifiers. 2024-03-12 17:20:43 -06:00
COPYING.md Switch to MIT or Apache 2.0 licensing. 2023-12-19 21:35:25 +00:00
Cargo.lock orchard 0.7.1 2024-02-29 22:26:40 +00:00
Cargo.toml orchard 0.7.1 2024-02-29 22:26:40 +00:00
LICENSE-APACHE Switch to MIT or Apache 2.0 licensing. 2023-12-19 21:35:25 +00:00
LICENSE-MIT Switch to MIT or Apache 2.0 licensing. 2023-12-19 21:35:25 +00:00
README.md Switch to MIT or Apache 2.0 licensing. 2023-12-19 21:35:25 +00:00
katex-header.html
rust-toolchain.toml Bump MSRV to 1.65 2023-09-08 17:52:14 +00:00

README.md

orchard Crates.io

Requires Rust 1.65+.

Documentation

License

Copyright 2020-2023 The Electric Coin Company.

All code in this workspace is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.