{"id":23178354,"url":"https://github.com/sorairolake/camellia-zig","last_synced_at":"2025-04-05T02:15:41.641Z","repository":{"id":268469403,"uuid":"904456812","full_name":"sorairolake/camellia-zig","owner":"sorairolake","description":"Camellia block cipher written in pure Zig","archived":false,"fork":false,"pushed_at":"2025-03-22T15:56:20.000Z","size":617,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-22T16:36:12.563Z","etag":null,"topics":["block-cipher","camellia","cipher","cryptography","zig","zig-library","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/sorairolake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.adoc","contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.adoc","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-16T23:35:15.000Z","updated_at":"2025-03-22T15:56:24.000Z","dependencies_parsed_at":"2024-12-17T00:55:21.958Z","dependency_job_id":"7773d611-6081-465d-a0cf-61582bc16958","html_url":"https://github.com/sorairolake/camellia-zig","commit_stats":null,"previous_names":["sorairolake/camellia-zig"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fcamellia-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fcamellia-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fcamellia-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fcamellia-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/camellia-zig/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276188,"owners_count":20912288,"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":["block-cipher","camellia","cipher","cryptography","zig","zig-library","ziglang"],"created_at":"2024-12-18T07:10:22.905Z","updated_at":"2025-04-05T02:15:41.634Z","avatar_url":"https://github.com/sorairolake.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2024 Shun Sakai\n\nSPDX-License-Identifier: Apache-2.0 OR MIT\n--\u003e\n\n# camellia-zig\n\n[![CI][ci-badge]][ci-url]\n\n**camellia-zig** is an implementation of the [Camellia] block cipher written in\npure [Zig].\n\n## Usage\n\nAdd this package to your `build.zig.zon`:\n\n```sh\nzig fetch --save git+https://github.com/sorairolake/camellia-zig.git\n```\n\nAdd the following to your `build.zig`:\n\n```zig\nconst camellia = b.dependency(\"camellia\", .{});\nexe.root_module.addImport(\"camellia\", camellia.module(\"camellia\"));\n```\n\n### Documentation\n\nTo build the documentation:\n\n```sh\nzig build doc\n```\n\nThe result is generated in `zig-out/doc/camellia`.\n\nIf you want to preview this, run a HTTP server locally. For example:\n\n```sh\npython -m http.server -d zig-out/doc/camellia\n```\n\nThen open `http://localhost:8000/` in your browser.\n\n## Zig version\n\nThis library is compatible with Zig version 0.14.0.\n\n## Source code\n\nThe upstream repository is available at\n\u003chttps://github.com/sorairolake/camellia-zig.git\u003e.\n\n## Changelog\n\nPlease see [CHANGELOG.adoc].\n\n## Contributing\n\nPlease see [CONTRIBUTING.adoc].\n\n## License\n\nCopyright (C) 2024 Shun Sakai (see [AUTHORS.adoc])\n\nThis library is distributed under the terms of either the _Apache License 2.0_\nor the _MIT License_.\n\nThis project is compliant with version 3.3 of the [_REUSE Specification_]. See\ncopyright notices of individual files for more details on copyright and\nlicensing information.\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/camellia-zig/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n[ci-url]: https://github.com/sorairolake/camellia-zig/actions?query=branch%3Adevelop+workflow%3ACI++\n[Camellia]: https://info.isl.ntt.co.jp/crypt/eng/camellia/\n[Zig]: https://ziglang.org/\n[CHANGELOG.adoc]: CHANGELOG.adoc\n[CONTRIBUTING.adoc]: CONTRIBUTING.adoc\n[AUTHORS.adoc]: AUTHORS.adoc\n[_REUSE Specification_]: https://reuse.software/spec-3.3/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fcamellia-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Fcamellia-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fcamellia-zig/lists"}