Skip to content

Commit

Permalink
feat(rust/rbac-registration): add cardano registration chain (#90)
Browse files Browse the repository at this point in the history
* feat: add cardano registration chain

Signed-off-by: bkioshn <[email protected]>

* feat: add wrapper to registration chain inner

Signed-off-by: bkioshn <[email protected]>

* fix: format

Signed-off-by: bkioshn <[email protected]>

* fix: comment

Signed-off-by: bkioshn <[email protected]>

* fix: signing and encryption key

Signed-off-by: bkioshn <[email protected]>

* chore: fix format

Signed-off-by: bkioshn <[email protected]>

* fix: move struct to its own file and private the inner regis

Signed-off-by: bkioshn <[email protected]>

---------

Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn authored Nov 29, 2024
1 parent a1cea39 commit 39ff437
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/rbac-registration/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! This crate provides functionalities for RBAC registration.
pub mod cardano;
pub mod registration;
pub(crate) mod utils;
Loading

0 comments on commit 39ff437

Please sign in to comment.