SHA1-based hashing algorithm

Relictum Pro
2 min readMar 15, 2020

๐Ÿ“ The hash function is a deterministic function, the input of which is a string of bits of #arbitrary length, and the output is always a bit string of a fixed length n.
โ €
๐Ÿ”ฐ Properties that should be inherent in #cryptographic hash functions:
1. Resistance to the search for the first #prototype โ€” absence effective polynomial algorithm for computing the inverse function.
2. Resistance to the search for the second prototype (collisions first kind).
3. Resistance to collisions (collisions of the second kind)
The resistance of the hash function to collisions means that there is no #effective polynomial algorithm to find collisions.
โ €
ใ€ฝ๏ธ SHA1 is a hash algorithm created by the National #Security Agency (NSA). The #SHA1 hash algorithm is commonly used in security and data integrity applications. SHA-1 was established in 1995 as the successor to SHA-0. SHA1 is a message hashing or digest algorithm where it generates a 160-bit unique value from the input. The size of the input does not matter, because SHA1 always generates a message hash of the same size, which is 160 bits. This may seem very confusing, but the algorithm is just for that.
โ €
๐Ÿ“Š Hash algorithms specified in this standard are called #safe because it is impossible to calculate the following according to a given algorithm: 1) restore a message using a specific message digest, or 2) find two different messages that have the same message digest (find a collision). Any changes in the message are very likely to result in different hash values. This property is useful when creating and verifying digital signatures, when #authenticating messages, and when creating random numbers.
โ €
โ™ป๏ธ Each #algorithm consists of two stages: preprocessing and hash calculation. Pre-processing includes message padding, splitting the padded message into M-bit #blocks, and setting the initialization values โ€‹โ€‹used to calculate the hash. The calculation of the hash is iterative, processing each M-bit block of the augmented message, and uses functions, constants, and word operations to obtain a hash value. The result of the hash calculation procedure is a message digest.
โ €
๐Ÿ’  ๐—ฅ๐—ฒ๐—น๐—ถ๐—ฐ๐˜๐˜‚๐—บ ๐—ฃ๐—ฟ๐—ผ ๐—ต๐—ฎ๐˜€๐—ต๐—ถ๐—ป๐—ด ๐—บ๐—ฒ๐—ฐ๐—ต๐—ฎ๐—ป๐—ถ๐˜€๐—บ
Relictum Pro is a supplemented modification of SHA1-based #hashing mathematics. The main advantage of it is in converting from 20 bytes to 32 bytes (in your own hash). This gives a high crypto-stability, including from a promising #quantum computer.

๐Ÿฎ Website: https://relictum.pro
โ €
#Blockchain #relictcoin #tech #relictumpro #fintech #Crypto #blockchain5 #technology #techno

--

--

Relictum Pro

Relictum Pro is a blockchain of the latest generation. #Blockchain 5.0