{"id":20977715,"url":"https://github.com/grondilu/finite-fields-raku","last_synced_at":"2025-04-12T02:26:13.146Z","repository":{"id":5782988,"uuid":"6996971","full_name":"grondilu/finite-fields-raku","owner":"grondilu","description":"Finite Fields in raku","archived":false,"fork":false,"pushed_at":"2025-02-28T11:05:47.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T02:26:07.388Z","etag":null,"topics":["finite-field-arithmetics","finite-fields","galois-field"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grondilu.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":"2012-12-04T08:52:30.000Z","updated_at":"2025-02-28T11:05:51.000Z","dependencies_parsed_at":"2023-10-17T06:26:54.665Z","dependency_job_id":null,"html_url":"https://github.com/grondilu/finite-fields-raku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grondilu%2Ffinite-fields-raku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grondilu%2Ffinite-fields-raku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grondilu%2Ffinite-fields-raku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grondilu%2Ffinite-fields-raku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grondilu","download_url":"https://codeload.github.com/grondilu/finite-fields-raku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506502,"owners_count":21115441,"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":["finite-field-arithmetics","finite-fields","galois-field"],"created_at":"2024-11-19T05:01:44.727Z","updated_at":"2025-04-12T02:26:13.134Z","avatar_url":"https://github.com/grondilu.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Sparky](https://sparky.sparrowhub.io/badge/grondilu-finite-fields-raku?foo=bar)\n\n# Finite Fields Aritmetics in raku\n\n```raku\nuse FiniteField;\nmy $*modulus = 13;\n\nsay 10 + 5;  # 2\nsay 10 / 3;  # 12  (3*12 = 36 = 13*2 + 10)\n```\n\n## Notes\n   \n  * The dynamic variable `$*modulus` must be defined before calling any overloaded operator,\n  otherwise the program will crash (no exception is handled so far).\n  * Modular division will not check for primality of modulus or any other requirements.\n  * Define a modulus for each lexical scopes you import the module in.\n  * Althouh the name of this repo is using a plural, the name of the module\n  itself is singular, because you only use one finite field at a time.\n  * The main purpose of this module is to make writing cryptographic code easier.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrondilu%2Ffinite-fields-raku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrondilu%2Ffinite-fields-raku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrondilu%2Ffinite-fields-raku/lists"}