Skip to content

Commit

Permalink
Make domain public
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed May 20, 2024
1 parent 7bed5a9 commit e2abb42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/note_encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub mod action;
pub mod note_encryption_vanilla;
pub mod note_encryption_zsa;

mod domain;
pub mod domain;
mod note_bytes;
mod orchard_domain;

Expand Down
2 changes: 2 additions & 0 deletions src/note_encryption/domain.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Domain implementations for Orchard.
use blake2b_simd::Hash;
use group::ff::PrimeField;

Expand Down

0 comments on commit e2abb42

Please sign in to comment.