1*d9ecfb0fSAndroid Build Coastguard Worker //! A library for handling data related to the hardware root-of-trust. The DICE chain is the 2*d9ecfb0fSAndroid Build Coastguard Worker //! fundamental data structure that other features and services build on top of. 3*d9ecfb0fSAndroid Build Coastguard Worker 4*d9ecfb0fSAndroid Build Coastguard Worker pub mod dice; 5*d9ecfb0fSAndroid Build Coastguard Worker pub mod publickey; 6*d9ecfb0fSAndroid Build Coastguard Worker pub mod rkp; 7*d9ecfb0fSAndroid Build Coastguard Worker pub mod session; 8*d9ecfb0fSAndroid Build Coastguard Worker 9*d9ecfb0fSAndroid Build Coastguard Worker mod cbor; 10*d9ecfb0fSAndroid Build Coastguard Worker mod eek; 11