Skip to content

endianness for sequential/rijndael_xxx #8

@ghost

Description

The code for sequential/rijndael_enc and sequential/rijndael_dec appears to be sensitive to the platform's endianness. The AES source code from MiBench, for instance, contains explicit conversions to handle this.

Simple Solution:
A simple solution would be to introduce defines that control endianess (which would be needed for other benchmarks anyways -- more issue requests are on the way). This would allow at least to compare against checksums depending on the platform's endianness.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions