Go to file
Vivek Arte f38d6b9e4c
Rename `sk_iss` to `isk`, the `IssuanceKey` struct to `IssuanceAuthorizingKey`, and move to a two key structure (#92)
This performs a consistent renaming of the issuance authorizing key to make it consistent with the ZIP.
It also reworks the `IssuanceAuthorizingKey` struct in place of the `IssuanceKey` and `IssuanceAuthorizingKey` structs, as part of using a two key structure for issuance, as specified in ZIP 227.
2023-11-07 17:06:30 +05:30
.circleci Enhance and cleanup ivk-to-bytes-visibility-downgrade branch (#81) 2023-10-04 12:23:57 +00:00
.github/workflows Enhance and cleanup ivk-to-bytes-visibility-downgrade branch (#81) 2023-10-04 12:23:57 +00:00
benches Adopt Orchard ZSA for Zebra (introduce zcash_note_encryption_zsa alias, minor enhancements) (#89) 2023-11-01 10:37:43 +01:00
book [book] Add a missing right parenthesis. fixes #392 2023-05-02 14:53:09 +01:00
proptest-regressions/constants
src Rename `sk_iss` to `isk`, the `IssuanceKey` struct to `IssuanceAuthorizingKey`, and move to a two key structure (#92) 2023-11-07 17:06:30 +05:30
tests Rename `sk_iss` to `isk`, the `IssuanceKey` struct to `IssuanceAuthorizingKey`, and move to a two key structure (#92) 2023-11-07 17:06:30 +05:30
.gitignore
CHANGELOG.md orchard release version 0.5.0 2023-06-06 11:10:49 -06:00
COPYING
Cargo.toml Adopt Orchard ZSA for Zebra (introduce zcash_note_encryption_zsa alias, minor enhancements) (#89) 2023-11-01 10:37:43 +01:00
LICENSE-BOSL
README.md Enhance and cleanup ivk-to-bytes-visibility-downgrade branch (#81) 2023-10-04 12:23:57 +00:00
katex-header.html
rust-toolchain.toml Enhance and cleanup ivk-to-bytes-visibility-downgrade branch (#81) 2023-10-04 12:23:57 +00:00

README.md

orchard Crates.io CI checks

Requires Rust 1.65+.

Documentation

License

Copyright 2020-2022 The Electric Coin Company.

You may use this package under the Bootstrap Open Source Licence, version 1.0, or at your option, any later version. See the file COPYING for more details, and LICENSE-BOSL for the terms of the Bootstrap Open Source Licence, version 1.0.

The purpose of the BOSL is to allow commercial improvements to the package while ensuring that all improvements are open source. See here for why the BOSL exists.