Home
last modified time | relevance | path

Searched defs:SignatureInteropTestCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dsigner.rs107 pub struct SignatureInteropTestCase { struct
109 secret: Vec<u8>,
111 public: Vec<u8>,
113 content: Vec<u8>,
114 label: String,
116 signature: Vec<u8>,
163 impl SignatureInteropTestCase { implementation