DOUBLE-A

edit

A Salsa20 Like

edit

The Security

edit
Introduction
edit

DOUBLE-A is a new cryptography hash function. It follows sponge construction. DOUBLE-A takes any input with any length and produces a fixed size digest (output) 512-bit. The mode of operation of it depends on modified Salsa20 cipher. Authors modified it to make it suitable for there construction and idea. It has been programmed using C# programming language. Authors developing the implementation of it weekly in order to make it run faster, usable and trustworthy.

The Security Analysis
edit

The security analysis paper clearly explained its resistance against most recent attacks including Distinguishers. Creators took the performance and security level of there hash function seriously. Full paper will be published soon.