Skip to content

Data conversion functions assume little-endian architecture #37

@palant

Description

@palant

While I don't have a big-endian platform for testing, it looks like rusha won't work correctly there. Reason is: the switch (om) and switch(lm) blocks in functions like convBuf() reverse byte order - assuming little-endian architecture. Most other places such as getRawDigest() function for example seem to work independently of platform's architecture.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions