Skip to content

Commit

Permalink
Unified FIPS crypto operations between Android and Plain Java.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bailey committed Aug 7, 2018
1 parent 9e29a41 commit 146e933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e3db-fips
8 changes: 7 additions & 1 deletion settings.gradle
Expand Up @@ -40,5 +40,11 @@ if(file("e3db-fips").exists()) {
':e3db-fips:publish:android',
':e3db-fips:e3db-crypto-fips-plain',
':e3db-fips:publish:plain',
':e3db-fips:plain-fips-test')
':e3db-fips:plain-fips-test',
':e3db-fips:e3db-crypto-fips-plain-stub',
':e3db-fips:e3db-crypto-fips-android-stub',
':e3db-fips:e3db-crypto-fips-common',
':e3db-fips:e3db-crypto-fips-interface'
)
}

0 comments on commit 146e933

Please sign in to comment.