spl_elgamal_registry/
lib.rs

1mod entrypoint;
2pub mod instruction;
3pub mod processor;
4pub mod state;
5
6pub use spl_elgamal_registry_interface::{
7    check_id, get_elgamal_registry_address, get_elgamal_registry_address_and_bump_seed, id, ID,
8    REGISTRY_ADDRESS_SEED,
9};