Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sha1: add multiplatform tests #252

Merged
merged 1 commit into from
Apr 5, 2021
Merged

sha1: add multiplatform tests #252

merged 1 commit into from
Apr 5, 2021

Commits on Apr 5, 2021

  1. sha1: add multiplatform tests

    Expands the test suite to be similar to the one used by the `sha2` crate
    which tests the following platforms:
    
    - Linux: i686/x86_64/aarch64 (latter w\ cross)
    - Windows: x86_64
    - macOS: x86_64
    
    Additionally tests the `asm` feature on all Linux platforms as well as
    on macOS.
    
    Tests on i686 and cross-based tests for aarch64 are currently disabled
    because the `asm` feature is failing. See RustCrypto/hashes#251
    tarcieri committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    0be03e0 View commit details
    Browse the repository at this point in the history