Daniel

Results 1 issues of Daniel

Hi there, in `HttpEce.deriveKey(...)` method you have following flow: ```java byte[] secret = null; byte[] context = null;//follow this one if (key != null) { secret = key; } else...