Gerson Alexander Pardo Gamez
Gerson Alexander Pardo Gamez
added support for xcframework
+1
Hi, could you provide more detail about the android && library version you are using
could you provide more details on which devices, like android or ios and which operating system version
Hi @sebastianbuechler currently we don't support using a custom seed to geneate a key, currently we use rand.Reader from go https://github.com/jerson/rsa-mobile/blob/master/rsa/generate.go#L16 > From go docs: > Most applications should use...
Hi @ProfessionalMe, currently we only support decryption with privateKey, do you know about another library allowing publicKey(could be in dart or another language), if so I could use as input...
hi @gedw99 yes this is the last issue i had with tinygo and flatbuffers, im still in the process, but at least for now .wasm with go is like 3mb...
an update to this, if you pull latest changes from flatbuffers and use this version: ```bash ➜ openpgp-mobile git:(flatbuffers) go version go version go1.15.11 linux/amd64 ➜ openpgp-mobile git:(flatbuffers) tinygo version...
if you want to use upgrade script you need to specify a version, bc flatbuffers is a prerelease https://github.com/jerson/openpgp-mobile/releases/tag/v1.0.0-rc0 VERSION=v1.0.0-rc0 ./upgrade_bridge_flatbuffers.sh
Hi @Arley011 thanks for report this issue I'm really busy these days but maybe I can take some time this weekend for this