DP-3T / reference_implementation

Apache License 2.0
127 stars 44 forks source link

Broadcast key is wrong #11

Closed jeffallen closed 4 years ago

jeffallen commented 4 years ago

The broadcast key in this repo has a capital B on the front, and the one in the app has a lower case b:

https://github.com/DP-3T/reference_implementation/blob/master/LowCostDP3T.py#L29 https://github.com/DP-3T/dp3t-sdk-android/blob/develop/dp3t-sdk/sdk/src/main/java/org/dpppt/android/sdk/internal/crypto/CryptoModule.java#L44

jeffallen commented 4 years ago

Fixed in 9529be76cdd85aafb4036ad4d5611d8fa0a4471d.