Muzzammil Shahid
Muzzammil Shahid
Update gradle, dependencies, change compileOption to JAVA8 and migrate to androidx
Use `bouncycastle` for signing challenge and generating public,private keypair in `CryptoSignAuth`. Note: Using `libsodium`, cryptosign authentication was not working in non-android environments. Now, it will work fine.
As mentioned in https://github.com/crossbario/autobahn-js/issues/582#issuecomment-1908313491
closes #582
The Cbor serializer currently can't specify the types of keys and values for a Map during decoding. It would be beneficial to introduce a feature like: ``` CborSimpleCodec cborSimpleCodec =...
This pull request resolves an issue with deserializing `UInt64` and `Int64` values. The problem occurs specifically on web platforms due to JavaScript's integer range limitations. The fix ensures proper deserialization...