Skip to content

Commit

Permalink
export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvana369 committed Mar 9, 2023
1 parent 6f2bb0d commit 0ad3816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module {
/**
* Lib Interface
*/
module ED25519 {
public module ED25519 {
/**
* Function getPublicKey(private key) -> (public key)
*
Expand Down Expand Up @@ -39,7 +39,7 @@ module {
*/
};

module Utils {
public module Utils {
/**
* Function randomPrivateKey() -> (32 bytes)
*
Expand Down

0 comments on commit 0ad3816

Please sign in to comment.