MilanKral

Results 4 issues of MilanKral

Current mobile networks with NAT many times require use of TURN servers. Most TURN server authenticate users using username and password. Because aTalk only supports UDP protocol for TURN it...

The default number of SHA245, SHA512 iterations is 5000. #define ROUNDS_DEFAULT 5000 This is too low to be considered secure again even moderate GPU, ASIC attacks. Please increase the default...

bug
help wanted

# Steps to Reproduce The following code is accepted in Idris2 ```haskell t : Int t = let z = 1000 in 1 ``` but the following code is not...

good first issue
language: let
syntax
implem: parsing

The following code typechecks ```idris fnc : (a : Nat) -> (b : Nat) -> (a > b) = True -> Type fnc 0 0 prf = ?fnc_rhs_2 fnc 0...

status: confirmed bug
safety: coverage
interactive: case
language: impossible