a new standard of ukraine: the kupyna hash function (dstu ... · gost 34.311:2009 (gost 34.311-95)...

22
A New Standard of Ukraine: The Kupyna Hash Function (DSTU 7564:2014) Roman Oliynykov, Ivan Gorbenko, Oleksandr Kazymyrov , Victor Ruzhentsev, Oleksandr Kuznetsov, Yurii Gorbenko, Artem Boiko, Oleksandr Dyrda, Viktor Dolgov and Andrii Pushkaryov JSC Institute of Information Technologies, State Service of Special Communication and Information Protection of Ukraine, V.N.Karazin Kharkiv National University Kharkiv National University of Radio Electronics Ukraine November 24th, 2015 NISK 2015 R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 1 / 20

Upload: others

Post on 09-Jul-2020

10 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

A New Standard of Ukraine:

The Kupyna Hash Function

(DSTU 7564:2014)

Roman Oliynykov,Ivan Gorbenko, Oleksandr Kazymyrov, Victor Ruzhentsev,

Oleksandr Kuznetsov, Yurii Gorbenko, Artem Boiko,Oleksandr Dyrda, Viktor Dolgov and Andrii Pushkaryov

JSC Institute of Information Technologies,State Service of Special Communication and Information Protection of Ukraine,

V.N.Karazin Kharkiv National UniversityKharkiv National University of Radio Electronics

Ukraine

November 24th, 2015NISK 2015

Alesund, NorwayR. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 1 / 20

Page 2: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Outline

Retrospective

The new Ukrainian hash function Kupyna

Performance comparison with other ciphers

Conclusions

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 2 / 20

Page 3: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Retrospective

theoretical attacks on the previous hash standardGOST 34.311:2009 (GOST 34.311-95)

its computational inefficiency in modern platforms

256-bit length of a hash value is insufficient for someapplications

replacement in the other post-Soviet states

the Belarusian standard STB 34.101.31-2011 defines ahash functionGOST R 34.11-2012 (”Streebog”) is the new hashfunction in Russia

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 3 / 20

Page 4: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Theoretical weaknesses of GOST 34.311:2009

Complexities of cryptanalytic attacks less thanbrute-force:

pre-image attacks 2192

a collision attack 2105

Cryptanalytic attacks are theoretical

memory complexity is 275

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 4 / 20

Page 5: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

The requirements for the prospective hash function

the lengths of hash values are 256, 384 and 512 bits

supporting lengths from 8 to 512 bits with the 8-bit step

no limitations on processing messages

support of the additional mode message authenticationcode (MAC)

a conservative approach to the development

the use of well-proven constructions

optimized for modern 64-bit platforms

effective in 32-bit implementations

performance better than GOST 34.311:2009

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 5 / 20

Page 6: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: parameters

Table: General parameters for Kupyna

Hash codelength (n)

Internal statesize (l)

Number ofrounds (t)

Rows of the statematrix (c)

8 ≤ n ≤ 256 512 10 8256 < n ≤ 512 1024 14 16

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 6 / 20

Page 7: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: high-level structure

l =

{512, if 8 ≤ n ≤ 256;

1024, if 256 < n ≤ 512.IV =

{1 � 510, if l = 512;

1 � 1023, if l = 1024.

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 7 / 20

Page 8: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: T⊕l and T+

l

T⊕l =t−1∏ν=0

(ψ ◦ τ (l) ◦ π′ ◦ κ(l)

ν

)T+l =

t−1∏ν=0

(ψ ◦ τ (l) ◦ π′ ◦ η(l)

ν

)

based on the block cipher Kalyna defined inDSTU 7624:2014

both T⊕l and T+l are pseudorandom functions

differ in

round constantsoperations of mixing round constants (mod264, XOR)

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 8 / 20

Page 9: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: constants

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 9 / 20

Page 10: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: properties of S-boxes

PropertyS-box

1 2 3 4Nonlinearity 104

Min. algebraic degree of Boolean functions 7Max. value of difference distribution table 8Max. value of linear approximation table 24

Algebraic immunity 3Number of cycles 4 4 6 4

Minimal cycle length 6 8 4 4

Equivalent to ones defined in DSTU 7624:2014

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 10 / 20

Page 11: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: permutation of bytes

Figure: For l = 512

Figure: For l = 1024R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 11 / 20

Page 12: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: linear transformation

the brunch number is 9 (the MDS matrix)

effective software and software-hardware implementations

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 12 / 20

Page 13: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Transformations from Kalyna

Advantages of using transformations from the blockcipher Kalyna

high and ultra high security level

high performance of cryptographic transformations

compact implementation

the Rijndael-like structure provides pseudorandomproperties of permutations even for constant round keys(or their absence at all)

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 13 / 20

Page 14: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Design principles of the hash function Kupyna

security - performance - compactness

use proven constructions

transparency of chosen solutions

protection from known cryptanalytic methods

focus on modern platforms (64-bit)

the effectiveness on existing (32-bit)

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 14 / 20

Page 15: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Design principles of the hash function Kupyna

security - performance - compactness

use proven constructions

transparency of chosen solutions

protection from known cryptanalytic methods

focus on modern platforms (64-bit)

the effectiveness on existing (32-bit)

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 14 / 20

Page 16: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Design principles of the hash function Kupyna

security - performance - compactness

use proven constructions

transparency of chosen solutions

protection from known cryptanalytic methods

focus on modern platforms (64-bit)

the effectiveness on existing (32-bit)

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 14 / 20

Page 17: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Cryptanalytic attack against Kupyna

Kupyna is resistant to known cryptanalytic methods(based on public information)

Attack Kupyna-256 Kupyna-512

Collision 2128 2256

First pre-image 2256 2512

Second pre-image 2256 2512

Fixed points 2256 2512

Length extension 2256 2512

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 15 / 20

Page 18: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

The Ukraine standard DSTU 7564:2014

based on the hash function Kupyna

the length of the hash value is flexiblepredefined recommended parameters

the message length can vary from 0 (the empty message)to 296 − 1 bits

test vectors including not aligned to the block and bytelength

generating of MAC is defined as a mode of operation

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 16 / 20

Page 19: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: performance comparison

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 17 / 20

Page 20: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Kupyna: performance comparison

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 18 / 20

Page 21: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Conclusions

The hash function Kupyna

provides resistance to known cryptanalytic methods

based on proven and transparent design principles

generates hash values that meet the requirements forpseudorandom sequences (NIST STS)

provides high performance on 64-bit and 32-bit platforms

allows implement encryption algorithms effectively

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 19 / 20

Page 22: A New Standard of Ukraine: The Kupyna Hash Function (DSTU ... · GOST 34.311:2009 (GOST 34.311-95) its computational ine ciency in modern platforms 256-bit length of a hash value

Title

Figure: Kupyna / Polygonatum / Kantkonvall

R. Oliynykov, I. Gorbenko, O. Kazymyrov, et al. A New Standard of Ukraine: The Kupyna Hash Function 20 / 20