touge
touge
We still have legacy support libraries: ``` debugRuntimeClasspath -> com.github.tougee:rx-contacts2:1.1 -> com.android.support:support-annotations:27.1.1 debugRuntimeClasspath -> com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0 -> com.android.support:appcompat-v7:27.1.1 debugRuntimeClasspath -> com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0 -> com.android.support:appcompat-v7:27.1.1 -> com.android.support:support-core-utils:27.1.1 debugRuntimeClasspath -> org.jetbrains.anko:anko-appcompat-v7:0.10.8 -> org.jetbrains.anko:anko-support-v4:0.10.8 ->...
Thanks for your reply, what you said makes sense. The reason why I ask is because I have a requirement to use EdDSA to sign [JWT](https://tools.ietf.org/html/rfc8037#appendix-A). I hope you can...
I implemented a basic EdDSA based on this library. I know this is very imperfect. If you are free, I hope you can quickly review and give some suggestions to...
> Thanks for the library! > > I would also look for EdDSA (ed25519) support. > As far as I see it, it's fast, secure, and the popularity is continuously...
oppo vivo具体有哪些版本权限检测有问题,大家有设备的列出来统计一下?这样就能在这个项目基础上再适配下这些设备了
Same here, all Android SDK versions are 25(7.1.1)
https://github.com/MixinNetwork/android-app/pull/3899
You can change `classpath 'com.android.tools.build:gradle:3.6.0-beta02'` in root `build.gradle` to adapt your AS or download a compatible new AS (3.6 or higher)
Add benchmark for ed25519 https://github.com/Tougee/ed25519#Benchmark
[Pure Dart benchmark branch](https://github.com/MixinNetwork/libsignal_protocol_dart/tree/benchmark) [FFI benchmark branch](https://github.com/MixinNetwork/libsignal_protocol_dart/tree/ffi-benchmark) | type | rate | iterations | time | data throughput | |----------|:----------:|---------------|:-------:|:---------------:| | Pure Dart JIT sign | 55.08 MB/s | 276...