{"id":50593524,"url":"https://github.com/quantachain/quanta-android-core","last_synced_at":"2026-06-05T12:02:55.308Z","repository":{"id":356685798,"uuid":"1213186151","full_name":"quantachain/quanta-android-core","owner":"quantachain","description":"Core Android library powering QuantaChain mobile applications, built in Rust for high-performance cryptographic operations and secure transaction handling.","archived":false,"fork":false,"pushed_at":"2026-05-09T07:35:22.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-09T09:31:57.148Z","etag":null,"topics":["cryptography","pqc"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantachain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-17T06:03:39.000Z","updated_at":"2026-05-09T07:35:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/quantachain/quanta-android-core","commit_stats":null,"previous_names":["quantachain/quanta-android-core"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/quantachain/quanta-android-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantachain%2Fquanta-android-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantachain%2Fquanta-android-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantachain%2Fquanta-android-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantachain%2Fquanta-android-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantachain","download_url":"https://codeload.github.com/quantachain/quanta-android-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantachain%2Fquanta-android-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","pqc"],"created_at":"2026-06-05T12:02:54.421Z","updated_at":"2026-06-05T12:02:55.300Z","avatar_url":"https://github.com/quantachain.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quanta Mobile Core\n\nNative Android JNI bridge for QuantaChain's post-quantum cryptography. \nThis library is built as a C-dynamic library (`cdylib`) to provide Kotlin and React Native applications with direct hardware access to Falcon-512 signatures, entirely bypassing WebAssembly engine limitations.\n\n## Requirements\n\nTo build the native bindings for ARM mobile devices, you must have the Android NDK installed and configured.\n\n- Rust 1.70+\n- Android NDK (r25c recommended)\n- `cargo-ndk`\n\n## Setup and Building (Linux / WSL)\n\nIf you do not have the Android SDK globally installed on your system, you can download the standalone NDK locally and use it to cross-compile.\n\n1. Download and extract the NDK (r25c):\n```bash\nwget https://dl.google.com/android/repository/android-ndk-r25c-linux.zip\nunzip android-ndk-r25c-linux.zip\n```\n\n2. Export the NDK path to your environment:\n```bash\nexport ANDROID_NDK_HOME=$(pwd)/android-ndk-r25c\n```\n\n3. Install the Rust cross-compilation toolchains:\n```bash\ncargo install cargo-ndk\nrustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android\n```\n\n4. Build the binary for modern Android (ARM64):\n```bash\ncargo ndk -t arm64-v8a build --release\n```\n\n## Integrating with Android\n\nThe compiled binary object will be located at `target/aarch64-linux-android/release/libquanta_mobile_core.so`.\n\nCopy this specific file into your Android project under the `app/src/main/jniLibs/arm64-v8a/` directory. You can then interface with the exposed JNI bindings using the exact package path `com.quanta.mobile.crypto.NativeCrypto`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantachain%2Fquanta-android-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantachain%2Fquanta-android-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantachain%2Fquanta-android-core/lists"}