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 4d71ade commit 1d52d25Copy full SHA for 1d52d25
cryptoki/src/mechanism/rsa.rs
@@ -134,6 +134,7 @@ pub struct PkcsPssParams {
134
/// Parameters of the RsaPkcsOaep mechanism
135
#[derive(Copy, Debug, Clone)]
136
#[repr(C)]
137
+#[cfg_attr(windows, repr(packed))]
138
pub struct PkcsOaepParams<'a> {
139
/// mechanism ID of the message digest algorithm used to calculate the digest of the encoding
140
/// parameter
0 commit comments