Skip to content

Commit

Permalink
Update macros.rs
Browse files Browse the repository at this point in the history
Allow public access to bytes
  • Loading branch information
tbraun96 authored Oct 22, 2023
1 parent c71cb42 commit edc5988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqs/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ macro_rules! newtype_buffer {
#[derive(Debug, Clone, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct $name {
bytes: Vec<u8>,
pub bytes: Vec<u8>,
}

impl $name {
Expand Down

0 comments on commit edc5988

Please sign in to comment.