{"id":18985312,"url":"https://github.com/rlee287/axis_ascon","last_synced_at":"2026-02-28T19:31:07.943Z","repository":{"id":138698609,"uuid":"255489870","full_name":"rlee287/axis_ascon","owner":"rlee287","description":"An AXI-Stream Ascon core","archived":false,"fork":false,"pushed_at":"2020-05-20T06:01:45.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-10T19:25:53.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VHDL","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/rlee287.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":"2020-04-14T02:23:33.000Z","updated_at":"2020-05-20T06:01:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bb55e3c-3ff1-49f9-8b16-9bc9584a249b","html_url":"https://github.com/rlee287/axis_ascon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rlee287/axis_ascon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Faxis_ascon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Faxis_ascon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Faxis_ascon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Faxis_ascon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlee287","download_url":"https://codeload.github.com/rlee287/axis_ascon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Faxis_ascon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29948841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T16:25:43.040Z","updated_at":"2026-02-28T19:31:07.873Z","avatar_url":"https://github.com/rlee287.png","language":"VHDL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axis-ascon\nAn AXI-Stream Ascon core configured over AXI-Lite\n\nAXI-Lite register layout:\n\n```\n+-------+----+---------+\n|Name   |Mode|Range    |\n+=======+====+---------+\n|Key    | rw |0x00-0x0f|\n|Nonce  | rw |0x10-0x1f|\n|Mode   | rw |0x20     |\n|Status | r- |0x24     |\n+-------+----+---------+\n```\n\n * Key: The 128-bit key of ASCON-128\n * Nonce: The 128-bit nonce of ASCON-128\n\nMode register detail:\n\n```\n+----------------------+-----+-----+\n|     Unused           | AD? | E/D |\n+----------------------+-----+-----+\n^                      ^     ^\n|                      |     |\n31                     1     0\n```\n\n * AD?: 1 if associated data is included, 0 otherwise\n * E/D: 1 if decryption is happening, 0 if encryption is happening\n\nStatus register detail:\n\n```\n+----------------+--------+--------+\n|     Unused     | State  | Valid  |\n+----------------+--------+--------+\n^                ^        ^\n|                |        |\n31               15       7\n```\n\n * State:\n   * Idle = 0\n   * Initialization = 1\n   * Associated data = 2\n   * Plaintext/Ciphertext = 3\n   * Finalization = 4\n * Valid: 0 if decryption was valid and 1 if it was invalid\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlee287%2Faxis_ascon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlee287%2Faxis_ascon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlee287%2Faxis_ascon/lists"}