Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Disable SHA2-256 test for now.
Browse files Browse the repository at this point in the history
- Needs fixing due to suspected compiler bugs when using the
  Bitmanip extension to target RV32.

- See #13 for details.

 On branch dev/ben/xcrypto-issue-73
 Your branch is up-to-date with 'origin/dev/ben/xcrypto-issue-73'.

 Changes to be committed:
	modified:   src/test/hash/sha2/test_sha2.c
  • Loading branch information
ben-marshall committed Feb 5, 2020
1 parent 704cf79 commit 013f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/hash/sha2/test_sha2.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int main( int argc, char* argv[] ) {
test_init( argc, argv, "sys, binascii, Crypto.Hash.SHA256 as SHA2_256, Crypto.Hash.SHA512 as SHA2_512" );

test_sha2_256( opt_trials, opt_data_min, opt_data_max );
test_sha2_512( opt_trials, opt_data_min, opt_data_max );
//test_sha2_512( opt_trials, opt_data_min, opt_data_max );

test_fini();

Expand Down

0 comments on commit 013f3e2

Please sign in to comment.