We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use the file from
https://github.com/CoraLibre/CoraLibre-android-sdk/blob/master/sdk/src/main/java/org/coralibre/android/sdk/internal/crypto/CryptoModule.java or https://github.com/mh-/exposure-notification-ble-python/blob/master/lib/en_crypto.py (converting to java) or https://github.com/DP-3T/gaenlib/tree/master/impl-python (converting to java)
to implement the crypto-specification.
Is part of the implementation of #3
Some test-vectors are here: corona-warn-app/cwa-app-android#75 (comment)
Might be good to verify they match the impl-python, too.
impl-python
The text was updated successfully, but these errors were encountered:
Closed in favor of #9
Sorry, something went wrong.
No branches or pull requests
Use the file from
https://github.com/CoraLibre/CoraLibre-android-sdk/blob/master/sdk/src/main/java/org/coralibre/android/sdk/internal/crypto/CryptoModule.java
or
https://github.com/mh-/exposure-notification-ble-python/blob/master/lib/en_crypto.py (converting to java)
or
https://github.com/DP-3T/gaenlib/tree/master/impl-python (converting to java)
to implement the crypto-specification.
Is part of the implementation of #3
Some test-vectors are here: corona-warn-app/cwa-app-android#75 (comment)
Might be good to verify they match the
impl-python
, too.The text was updated successfully, but these errors were encountered: