kind::unified: Make ivk::Ivk, fvk::Fvk available outside the crate.

Co-authored-by: Kris Nuttycombe <kris@nutty.land>
This commit is contained in:
ying tong 2021-11-30 09:09:04 -05:00 committed by Kris Nuttycombe
parent c4ceb8e9df
commit c8993881ae
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ pub(crate) mod fvk;
pub(crate) mod ivk;
pub use address::Address;
pub use fvk::Fvk;
pub use ivk::Ivk;
const PADDING_LEN: usize = 16;