week1 0.1.8

A short description of my package
Documentation
1
2
3
4
mod ed25519;
mod utils;
pub use ed25519::{get_keypair, msg_hash, sui_sign_data_example, sui_signer_validator, to_address};
pub use utils::{current_timestamp, mark_line};