On Wed, May 13, 2026 at 10:52:47AM +0200, Daniel Vacek wrote: > + /* > + * TODO: This should maybe be using the crypto API, not the fallback, > + * but fscrypt uses the fallback and this is only used in emulation of > + * fscrypt's buffer sha256 method. > + */
You can delete this TODO. The SHA-256 library functions just do the right thing now. - Eric

