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.
2 parents 4d71ade + 1d52d25 commit ac8f628Copy full SHA for ac8f628
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