{"id":17981163,"url":"https://github.com/appmattus/crypto","last_synced_at":"2025-04-06T09:09:21.241Z","repository":{"id":37870904,"uuid":"347486833","full_name":"appmattus/crypto","owner":"appmattus","description":"A collection of Kotlin Multiplatform cryptographic hashing functions.","archived":false,"fork":false,"pushed_at":"2025-02-05T08:00:46.000Z","size":4240,"stargazers_count":97,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T08:09:05.968Z","etag":null,"topics":["android","cryptohash","ios","jvm","kotlin","kotlin-multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appmattus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["mattmook"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-13T21:53:28.000Z","updated_at":"2025-02-27T12:50:12.000Z","dependencies_parsed_at":"2024-12-24T02:12:38.102Z","dependency_job_id":"f5ed41fb-c46e-4c11-833f-7346f917b8a9","html_url":"https://github.com/appmattus/crypto","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appmattus%2Fcrypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appmattus%2Fcrypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appmattus%2Fcrypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appmattus%2Fcrypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appmattus","download_url":"https://codeload.github.com/appmattus/crypto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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":["android","cryptohash","ios","jvm","kotlin","kotlin-multiplatform"],"created_at":"2024-10-29T18:08:35.546Z","updated_at":"2025-04-06T09:09:21.222Z","avatar_url":"https://github.com/appmattus.png","language":"Kotlin","funding_links":["https://github.com/sponsors/mattmook"],"categories":[],"sub_categories":[],"readme":"# crypto\n\n[![CI status](https://github.com/appmattus/crypto/workflows/Build/badge.svg)](https://github.com/appmattus/crypto/actions)\n[![codecov](https://codecov.io/gh/appmattus/crypto/branch/main/graph/badge.svg)](https://codecov.io/gh/appmattus/crypto)\n[![Maven Central](https://img.shields.io/maven-central/v/com.appmattus.crypto/cryptohash)](https://search.maven.org/search?q=g:com.appmattus.crypto)\n\nA collection of Kotlin Multiplatform libraries to aid in mobile app\ndevelopment.\n\n[cryptohash](cryptohash/README.md): A set of cryptographic (and\nnot so cryptographic) hashing functions.  \n![badge][badge-android]\n![badge][badge-ios]\n![badge][badge-watchos]\n![badge][badge-tvos]\n![badge][badge-mac]\n![badge][badge-linux]\n![badge][badge-windows]\n![badge][badge-jvm]\n\n## Contributing\n\nPlease fork this repository and contribute back using [pull requests](https://github.com/appmattus/crypto/pulls).\n\nAll contributions, large or small, major features, bug fixes, additional\nlanguage translations, unit/integration tests are welcomed.\n\n## License\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n\nCopyright 2021-2022 Appmattus Limited\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\n[badge-android]: http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat\n[badge-ios]: http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat\n[badge-js]: http://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat\n[badge-jvm]: http://img.shields.io/badge/platform-jvm-DB413D.svg?style=flat\n[badge-linux]: http://img.shields.io/badge/platform-linux-2D3F6C.svg?style=flat\n[badge-windows]: http://img.shields.io/badge/platform-windows-4D76CD.svg?style=flat\n[badge-mac]: http://img.shields.io/badge/platform-macos-111111.svg?style=flat\n[badge-watchos]: http://img.shields.io/badge/platform-watchos-C0C0C0.svg?style=flat\n[badge-tvos]: http://img.shields.io/badge/platform-tvos-808080.svg?style=flat\n[badge-wasm]: https://img.shields.io/badge/platform-wasm-624FE8.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmattus%2Fcrypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappmattus%2Fcrypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappmattus%2Fcrypto/lists"}