mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 06:27:35 +00:00
LibCrypto: Format all files with clang-format 10
This commit is contained in:
parent
d52ea37717
commit
d497521d2b
4 changed files with 85 additions and 86 deletions
|
@ -39,7 +39,7 @@ enum class Intent {
|
|||
};
|
||||
|
||||
enum class PaddingMode {
|
||||
CMS, // RFC 1423
|
||||
CMS, // RFC 1423
|
||||
RFC5246, // very similar to CMS, but filled with |length - 1|, instead of |length|
|
||||
Null,
|
||||
// FIXME: We do not implement these yet
|
||||
|
@ -137,4 +137,3 @@ private:
|
|||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue