Giter Site home page Giter Site logo

paulchen2713 / sha3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 38 KB

Secure Hash Algorithm 3 with SHA3-224, SHA3-256, SHA3-384, SHA3-512, Shake-128 and Shake-256

MATLAB 100.00%
hash-algorithm matlab sha3-224 sha3-256 sha3-384 sha3-512 shake-256 shake-128

sha3's Introduction

SHA3

Secure Hash Algorithm 3 with SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128 and SHAKE256.

sha3's People

Contributors

paulchen2713 avatar

Watchers

 avatar

sha3's Issues

Error on matlab 2020

what version of matlab did you use?
L(0, 2) = 0000000000000000
L(0, 3) = 0000000000000000
L(0, 4) = 0000000000000000
L(1, 0) = 0000000000000000
L(1, 1) = 0000000000000000
L(1, 2) = 0000000000000000
L(1, 3) = 8000000000000000
L(1, 4) = 0000000000000000
L(2, 0) = 0000000000000000
L(2, 1) = 0000000000000000
L(2, 2) = 0000000000000000
L(2, 3) = 0000000000000000
L(2, 4) = 0000000000000000
L(3, 0) = 0000000000000000
L(3, 1) = 0000000000000000
L(3, 2) = 0000000000000000
L(3, 3) = 0000000000000000
L(3, 4) = 0000000000000000
L(4, 0) = 0000000000000000
L(4, 1) = 0000000000000000
L(4, 2) = 0000000000000000
L(4, 3) = 0000000000000000
L(4, 4) = 0000000000000000
Error using hex2dec
Input must be text.

Error in bitxor_64 (line 15)
a_left_dec = uint32(hex2dec(a_left));

Error in SHA3 (line 74)
L(ix + 1, iy + 1, :) = bitxor_64(L(ix + 1, iy + 1, :), Lp(ix + 1, iy + 1, :));
Chears

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.