mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-16 15:10:01 +00:00
Add clarity to todo
This commit is contained in:
parent
0e6beaa24e
commit
e8ec4fb9bb
@ -29,7 +29,7 @@ impl LogosAccount {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Signer for LogosAccount {
|
impl Signer for LogosAccount {
|
||||||
// TODO: (P2) Remove OpenMLS references
|
// TODO: (P2) Remove OpenMLS dependency to make accounts more portable
|
||||||
fn sign(&self, payload: &[u8]) -> Result<Vec<u8>, openmls_traits::signatures::SignerError> {
|
fn sign(&self, payload: &[u8]) -> Result<Vec<u8>, openmls_traits::signatures::SignerError> {
|
||||||
Ok(self.signing_key.sign(payload).as_ref().to_vec())
|
Ok(self.signing_key.sign(payload).as_ref().to_vec())
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user