{"id":18947346,"url":"https://github.com/polinasavelyeva/finitefields","last_synced_at":"2025-04-15T22:31:40.202Z","repository":{"id":228466913,"uuid":"767526020","full_name":"PolinaSavelyeva/FiniteFields","owner":"PolinaSavelyeva","description":"C library for working with elements of finite fields","archived":true,"fork":false,"pushed_at":"2024-03-28T20:50:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T02:42:22.309Z","etag":null,"topics":["c","finite-fields"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PolinaSavelyeva.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}},"created_at":"2024-03-05T13:03:16.000Z","updated_at":"2025-01-27T11:27:59.000Z","dependencies_parsed_at":"2024-03-28T21:47:34.442Z","dependency_job_id":"9a985cb3-62e1-4808-829c-1eb90c358302","html_url":"https://github.com/PolinaSavelyeva/FiniteFields","commit_stats":null,"previous_names":["polinasavelyeva/finitefields"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FFiniteFields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FFiniteFields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FFiniteFields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FFiniteFields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolinaSavelyeva","download_url":"https://codeload.github.com/PolinaSavelyeva/FiniteFields/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249166149,"owners_count":21223392,"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":["c","finite-fields"],"created_at":"2024-11-08T13:09:44.761Z","updated_at":"2025-04-15T22:31:35.195Z","avatar_url":"https://github.com/PolinaSavelyeva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FiniteFields\n\nC library for working with elements of finite fields.\n\n## Main Features\n\n- `ff_get_zero`: Returns the zero element of the finite field.\n- `ff_get_identity`: Returns the identity element of the finite field.\n- `ff_inv_add`: Calculates the inverse element under addition.\n- `ff_inv_mult`: Calculates the inverse element under multiplication.\n\nOperations under elements of the same finite field:\n\n- `ff_add`: Performs addition of two elements.\n- `ff_sub`: Calculates the difference between two elements.\n- `ff_mult`: Multiplies two elements.\n- `ff_div`: Divides one element of the finite field by another.\n\nOther helpful features:\n\n- `ff_2_8_init_elem` `ff_2_16_init_elem` `ff_2_32_init_elem`: Initializes an element of the finite field of the order 2^N from uintN_t.\n\n## Building\n\nTo build the FiniteFields library, follow these steps:\n\n1. Clone the repository:\n\n    ```\n    git clone https://github.com/PolinaSavelyeva/FiniteFields.git\n    ```\n\n2. Navigate to the FiniteFields directory:\n\n    ```\n    cd FiniteFields\n    ```\n\n3. Build the library using CMake:\n\n    ```\n    cmake .\n    make\n    ```\n\n## Build Requirements\n\n- CMake (version 3.10 or higher)\n- clang compiler supporting C11 standard\n- valgrind\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolinasavelyeva%2Ffinitefields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolinasavelyeva%2Ffinitefields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolinasavelyeva%2Ffinitefields/lists"}