mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 16:42:05 +02:00
This is a pretty mechanical translation *except* for - moving the RANDOM_LENGTH constant out of the obsolete Native class (libsignal-client has its own) into a new Constants class - replacing the mocked SecureRandom with a custom subclass; Mockito was refusing to mock SecureRandom and honestly that's fair - removing unused classes UUIDUtil and ZkGroupError - updating to JUnit 4, which zkgroup's tests rely on