{"id":16497792,"url":"https://github.com/chasestarr/karatsuba","last_synced_at":"2026-06-13T07:33:02.233Z","repository":{"id":29028420,"uuid":"79286907","full_name":"chasestarr/karatsuba","owner":"chasestarr","description":"Karatsuba multiplication","archived":false,"fork":false,"pushed_at":"2022-01-22T07:19:12.000Z","size":3,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T02:47:11.699Z","etag":null,"topics":["algorithm","bignum","go","karatsuba","multiplication"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chasestarr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-18T00:28:46.000Z","updated_at":"2020-07-22T22:06:21.000Z","dependencies_parsed_at":"2022-07-21T14:48:30.784Z","dependency_job_id":null,"html_url":"https://github.com/chasestarr/karatsuba","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chasestarr/karatsuba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fkaratsuba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fkaratsuba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fkaratsuba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fkaratsuba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chasestarr","download_url":"https://codeload.github.com/chasestarr/karatsuba/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chasestarr%2Fkaratsuba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34276501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithm","bignum","go","karatsuba","multiplication"],"created_at":"2024-10-11T14:45:39.271Z","updated_at":"2026-06-13T07:33:02.219Z","avatar_url":"https://github.com/chasestarr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Karatsuba ([Karatsuba](https://en.wikipedia.org/wiki/Karatsuba_algorithm) multiplication algorithm)\n\n[![GoDoc](https://godoc.org/github.com/chasestarr/karatsuba?status.svg)](https://godoc.org/github.com/chasestarr/karatsuba)\n\n```go\nimport (\n  \"fmt\"\n\n  \"github.com/chasestarr/karatsuba\"\n)\n\nfunc main() {\n  product := karatsuba.Multiply(\"1234\" \"5678\")\n  fmt.Println(product) // \"7006652\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchasestarr%2Fkaratsuba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchasestarr%2Fkaratsuba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchasestarr%2Fkaratsuba/lists"}