We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7d685 commit c86b211Copy full SHA for c86b211
oqs/src/macros.rs
@@ -6,6 +6,8 @@ macro_rules! newtype_buffer {
6
($name: ident, $name_ref: ident) => {
7
/// New owned buffer
8
///
9
+ /// Construct the reference version of this type through the algorithm API functions.
10
+ ///
11
/// Optional support for `serde` if that feature is enabled.
12
#[derive(Debug, Clone, PartialEq, Eq)]
13
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
0 commit comments