Author :
jsing
Date :
2026-03-28 13:09:55
Hash :8a6c24b7 Message :Provide a crypto_assembly.h internal header.
This will contain defines and macros that we need for assembly code,
without polluting other headers that are primarily used for C code.
For now, this just unconditionally provides _CET_ENDBR on amd64.
ok kenjiro@ tb@