You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uefi: Implement CalculateCrc32() boot services function
UEFI Boot services includes a helper function (CalculateCrc32) for calculating a
32-bit CRC over a buffer. This is useful in Rust applications as well, so expose
it in the boot services API.
Signed-off-by: Bjorn Andersson <[email protected]>
0 commit comments