Decrypt docs header

This commit is contained in:
Daniel Sanchez Quiros 2022-10-07 13:13:17 +02:00
parent c8a1d42308
commit 816897430b

View File

@ -1,3 +1,5 @@
//! Symmetric and asymmetric waku messages [decrypting](https://rfc.vac.dev/spec/36/#decrypting-messages) methods
// std
use std::ffi::{CStr, CString};
// crates