{"id":13736715,"url":"https://github.com/cheatfate/nimcrypto","last_synced_at":"2025-02-23T20:13:20.469Z","repository":{"id":30377521,"uuid":"124740400","full_name":"cheatfate/nimcrypto","owner":"cheatfate","description":"Nim cryptographic library","archived":false,"fork":false,"pushed_at":"2025-02-12T17:18:50.000Z","size":2930,"stargazers_count":192,"open_issues_count":16,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-12T18:27:56.540Z","etag":null,"topics":["crypto-library","nim","nim-language"],"latest_commit_sha":null,"homepage":null,"language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cheatfate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-03-11T09:11:48.000Z","updated_at":"2025-02-12T17:18:54.000Z","dependencies_parsed_at":"2023-01-14T17:00:36.564Z","dependency_job_id":"e4ba3edc-90a6-4d09-8fee-6ec8169f596d","html_url":"https://github.com/cheatfate/nimcrypto","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheatfate%2Fnimcrypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheatfate%2Fnimcrypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheatfate%2Fnimcrypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheatfate%2Fnimcrypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheatfate","download_url":"https://codeload.github.com/cheatfate/nimcrypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240371761,"owners_count":19790888,"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":["crypto-library","nim","nim-language"],"created_at":"2024-08-03T03:01:27.130Z","updated_at":"2025-02-23T20:13:20.456Z","avatar_url":"https://github.com/cheatfate.png","language":"Nim","funding_links":[],"categories":["Algorithms","Nim (13)","Nim"],"sub_categories":["Cryptography"],"readme":"# nimcrypto\n[![Github action](https://github.com/cheatfate/nimcrypto/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cheatfate/nimcrypto/actions/workflows/ci.yml)\n\n# Nim cryptographic library\n\nNimcrypto is Nim's cryptographic library. It implements several popular cryptographic algorithms and their tests with some [examples](https://github.com/cheatfate/nimcrypto/tree/master/examples).\n  \nMost notably, this library has been used in the [Nimbus Ethereum client](https://our.status.im/nimbus-for-newbies/). To see the implementation, check out its [Github repository](https://github.com/status-im/nimbus).\n\n\n## The most basic usage\n\n```bash\nnimble install nimcrypto # installation\n```\n\n```nim\n# example.nim\nimport nimcrypto\n\necho keccak_256.digest(\"Alice makes a hash\") \n# outputs F8AE86DA35CF3D9F0816BAA6015A6AFFD20BA5D6A533FEA94D89D6164264326F\n```\n\nSee full documentation [here](https://cheatfate.github.io/nimcrypto).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheatfate%2Fnimcrypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheatfate%2Fnimcrypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheatfate%2Fnimcrypto/lists"}