Giter Site home page Giter Site logo

clownacy / clownmd5 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 7 KB

MD5 hasher implemented in both ANSI C and Lua.

License: BSD Zero Clause License

C 55.43% Lua 44.57%
ansi-c c89 c90 md5 single-header single-header-lib single-header-library md5-hash

clownmd5's Introduction

clownmd5

This is an MD5 hasher. Two versions are provided: one written in ANSI C, and another written in Lua. The C version is implemented as a single-header library. Both versions are licensed under the 0BSD licence.

I initially wrote the C version back when I was in university. I was meant to write it in C#, but I prefer C so I wrote the prototype in that instead and converted it to C# afterwards. The C# version is pretty redundant since the standard library already has an MD5 hasher, so I haven't included it in this repository. Way later, I stumbled across a copy of the C prototype and refactored it into a single-header library. I also overhauled the interface to be a lot more low-level, to eliminate overhead.

The Lua version was something that I created much more recently, just because a Lua script of mine needed a file hasher and none of the libraries that I could find were very fast. It's a straight port of the C version.

clownmd5's People

Contributors

clownacy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.