{"id":18244993,"url":"https://github.com/edgeapp/react-native-fast-crypto","last_synced_at":"2025-04-05T14:05:11.390Z","repository":{"id":22411047,"uuid":"96171884","full_name":"EdgeApp/react-native-fast-crypto","owner":"EdgeApp","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-10T22:28:52.000Z","size":201273,"stargazers_count":111,"open_issues_count":14,"forks_count":38,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-29T13:08:16.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/EdgeApp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-07-04T03:30:26.000Z","updated_at":"2024-07-10T08:11:01.000Z","dependencies_parsed_at":"2023-10-11T00:59:30.438Z","dependency_job_id":null,"html_url":"https://github.com/EdgeApp/react-native-fast-crypto","commit_stats":{"total_commits":119,"total_committers":12,"mean_commits":9.916666666666666,"dds":0.6554621848739496,"last_synced_commit":"48c5b306c1a3015720aeb715edccd1356afe78c7"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-fast-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-fast-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-fast-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Freact-native-fast-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdgeApp","download_url":"https://codeload.github.com/EdgeApp/react-native-fast-crypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T09:18:31.842Z","updated_at":"2025-04-05T14:05:11.368Z","avatar_url":"https://github.com/EdgeApp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-fast-crypto\n\nThis library implements fast, fully native crypto routines for React Native under iOS and Android. Fully built binaries are committed for both platforms but can also be built from scratch.\n\n## Getting started\n\nThis library directly supports React Native v0.60+ with autolinking. Simply add react-native-fast-crypto to your application, and React Native will link the necessary native modules into your app.\n\n`npm install react-native-fast-crypto --save`\n\n## Usage\n\n```javascript\nimport { scrypt } from 'react-native-fast-crypto';\n\nconst data = Uint8Array.from([1, 250, 3, 4, 34, 64, 39, 43, 12])\nconst salt = Uint8Array.from([45, 124, 45, 29, 172, 238, 35])\n\nconst result: Uint8Array = await crypto.scrypt(data, salt, 16384, 8, 1, 32)\nconsole.log(result)\n```\n\n## Build libsecp256k1 from scratch (optional)\n\nThe build process requires several pieces of software to be installed on the\nhost system:\n\n* autoconf\n* automake\n* git\n* libtool\n\nTo install these on the Mac, please use [Homebrew](http://brew.sh/):\n\n    brew install autoconf automake git libtool\n\nIf you are building for iOS, you also need a working installation\nof the XCode command-line tools.\n\nFinally, run `./build-secp256k1.sh`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Freact-native-fast-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgeapp%2Freact-native-fast-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Freact-native-fast-crypto/lists"}