mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
d1e76ee4f2
Using a constant-time comparison is required when comparing things like MACs, password digests, and etc to avoid exposing sensitive data via trivial timing attacks. These routines could also live under core:mem, but they are somewhat specialized, and are likely only useful for cryptographic applications.