mirror of
https://boringssl.googlesource.com/boringssl
synced 2026-07-21 14:43:51 +00:00
30cd935189
This is a legacy cipher that no one should be using anymore, but as long as we have these symbols, we ought to document how you use them. While I'm here, use the uint8_t foo[N] syntax for the fixed-width fields. (C doesn't check it, it's just an easy bit of documentation.) Also fill in some missing bits for <openssl/des.h> too. (DES's CFB code also needs to be documented, but I haven't stared at that yet. DESTest.CFB suggests there was something weird, so I'll leave it alone for now.) Change-Id: I214cd95391b7162c103a665f38e25dee9579f7c7 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/90527 Reviewed-by: Lily Chen <chlily@google.com> Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Lily Chen <chlily@google.com>