Coder Social home page Coder Social logo

fsasm / asm-hash Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 65.27 MB

A collection of cryptographic hash functions, written in C and Assembly and tested on Raspberry Pi

License: BSD 2-Clause "Simplified" License

Makefile 3.13% C 42.61% Assembly 52.13% Objective-C 2.13%

asm-hash's Introduction

Hello there 👋

I'm currently doing electronics stuff with C, STM32 microcontrollers, KiCAD and VHDL on FPGAs.

In the near future I wanna try out Kotlin, Go and Dart with Flutter.

asm-hash's People

Contributors

fsasm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

asm-hash's Issues

Add support for ARMv8

Devices with ARMv8 processors are widely available and are replacing the older v7 ISA. The wider registers and larger number of registers can be helpful for algorithms with larger hash size.

Add missing assembly versions and drop ARMv6

Currently only ARMv6, ARMv7 and x64 are supported. ARMv6 seems to be very outdated today so support for it can be dropped. Also not all algorithms have assembly versions for all supported architectures. The following list contains all missing assembly versions.

  • BLAKE-256: x64
  • BLAKE-512: x64
  • Grøstl-256: ARMv7, x64
  • Grøstl-512: ARMv7, x64
  • JH: ARMv7, x64
  • SHA-256: x64
  • SHA-512: x64
  • Whirlpool: ARMv7

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.