Skip to content

compute_hmac assumes little-endian #67

@pem

Description

@pem

The function compute_hmac reverses the bytes in "C" on the assumption that it's little endian.
This doesn't work on big endian architectures, like sparc (Solaris), PowerPC (AIX and Linuxes on PPC), and ARM. (The latter two can be either little or big endian.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions