Skip to content

Commit

Permalink
nit: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley-eth committed Nov 25, 2024
1 parent 96560a6 commit 38b5856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decoder.nr
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ struct Base64DecodeBE {
/// Whether the input has padding.
pad: bool,
}

impl Base64DecodeBE {
/// Creates a new decoder that uses the standard Base64 Alphabet (base64) specified in RFC 4648
/// (https://datatracker.ietf.org/doc/html/rfc4648#section-4).
Expand Down

0 comments on commit 38b5856

Please sign in to comment.