This package contains logic which implements the cryptographic requirements of TEN.
- Manage the shared secret of the network.(SS) - shared_secret_service
- Manage the "Ten RPC" encryption - which is the key used by all clients to communicate with the TEN network (key derived from SS) - rpc_key_service
- Manage the Data availability(DA) (Rollup and Batches) Encryption/Decryption ( key derived from SS). - da_enc_service
- Manage the enclave key signature/encryption/decryption/ id derivation. - enclave_key_service
- Manage entropy per batch and tx - evm_entropy_service