Samuel Hawksby-Robinson
|
eadb698603
|
ColourHash is a distinct type that has a discrete pattern
This change codifies that a ColourHash is a slice of [2]int, as code depends on the inner slice to have exactly 2 indexes
|
2022-11-28 16:26:07 +00:00 |
Samuel Hawksby-Robinson
|
f33c1cec38
|
Added payload locking to prevent multiple requests for the pairing data
Signed-off-by: Samuel Hawksby-Robinson <samuel@samyoul.com>
|
2022-11-08 13:50:52 +00:00 |
Samuel Hawksby-Robinson
|
95eba8c123
|
Fixed PairingPayloadMarshaller logger issue
|
2022-10-26 10:26:59 +01:00 |
Samuel Hawksby-Robinson
|
61904182c5
|
check and make keystore if required on receiving device
|
2022-10-05 12:20:26 +01:00 |
Richard Ramos
|
b8fd999b54
|
fix: lint (#2845)
Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>
|
2022-09-27 18:59:02 -04:00 |
Richard Ramos
|
bf9abfc350
|
feat: make kdf iterations configurable when creating a multiaccount (#2796)
|
2022-09-27 16:27:20 -04:00 |
Samuel Hawksby-Robinson
|
ea3ae8b213
|
Added PairingPayloadSourceConfig to group app client params
|
2022-09-09 13:24:56 +01:00 |
Samuel Hawksby-Robinson
|
7affd6f488
|
fix for flaky payloadManager test
|
2022-09-05 16:08:23 +01:00 |
Samuel Hawksby-Robinson
|
48abeedc53
|
Added func comments and Refactor to use shared *PairingPayload
|
2022-08-22 13:27:59 +01:00 |
Samuel Hawksby-Robinson
|
215dbac09a
|
More refactor to increase testability
|
2022-08-22 13:27:59 +01:00 |
Samuel Hawksby-Robinson
|
0e878d55d2
|
Base refactor of PairingPayloadManager
|
2022-08-22 13:27:59 +01:00 |
Samuel Hawksby-Robinson
|
46be086b60
|
Added tests for PayloadMarshaller
|
2022-08-22 13:27:59 +01:00 |