{"id":15059729,"url":"https://github.com/tsfoster/elm-md5","last_synced_at":"2025-10-04T18:31:54.710Z","repository":{"id":47637491,"uuid":"147679730","full_name":"TSFoster/elm-md5","owner":"TSFoster","description":"Compute MD5 message digests in Elm","archived":false,"fork":true,"pushed_at":"2021-08-20T08:51:35.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-24T09:08:07.128Z","etag":null,"topics":["elm","elm-lang","md5"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/TSFoster/elm-md5/latest/","language":"Elm","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"truqu/elm-md5","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TSFoster.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}},"created_at":"2018-09-06T13:42:57.000Z","updated_at":"2021-08-20T08:51:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TSFoster/elm-md5","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Felm-md5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Felm-md5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Felm-md5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSFoster%2Felm-md5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TSFoster","download_url":"https://codeload.github.com/TSFoster/elm-md5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235289313,"owners_count":18965921,"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":["elm","elm-lang","md5"],"created_at":"2024-09-24T22:47:04.375Z","updated_at":"2025-10-04T18:31:49.379Z","avatar_url":"https://github.com/TSFoster.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSFoster/elm-md5\n\n[![Build Status](https://travis-ci.org/TSFoster/elm-md5.svg?branch=feature%2Felm019)](https://travis-ci.org/TSFoster/elm-md5)\n\nCompute MD5 message digests of arbitrary data in Elm.\n\nThis is a fork of [truqu/elm-md5](https://github.com/truqu/elm-md5), a much more\nuseful package (in almost all cases) for computing MD5 digests. This package is\nuseful for digesting non-string data.\n\n## Quick Start\n\nThis library exposes just one function, `fromBytes`, which takes a `List` of\n`Int`s between 0 and 31, and returns the 128-bit MD5 digest as a `List` of\n`Int`s between 0 and 31.\n\n```elm\nimport String.UTF8\n\nMD5.fromBytes (String.UTF8.toBytes \"hello world\")\n--\u003e    [ 0x5e , 0xb6 , 0x3b , 0xbb\n--\u003e    , 0xe0 , 0x1e , 0xee , 0xd0\n--\u003e    , 0x93 , 0xcb , 0x22 , 0xbb\n--\u003e    , 0x8f , 0x5a , 0xcd , 0xc3\n--\u003e    ]\n```\n\n## License\n\nLicensed under BSD-3. See `LICENSE` file. (c) 2016-2018 Mark Orr, 2018-present\nTruQu, 2018-present Toby Foster\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsfoster%2Felm-md5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsfoster%2Felm-md5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsfoster%2Felm-md5/lists"}