Commit 78ff909c authored by dmitry dulesov's avatar dmitry dulesov Committed by Dmitry Belyavskiy
Browse files

gosthash2012: Change some byte (pointers) to union uint512_u



Introduce byte `.B' union type to `union uint512_u'.
Change `CTX.buffer' type from `unsigned char' to `union uint512_u'.
Change `data' argument of `stage2()' to `union uint512_u *'.
Change `g()' arguments to `union uint512_u *' with `RESTRICT'
allowing compiler to optimize more.

No code changes, only type changes here.

Committed-by: default avatarVitaly Chikunov <vt@altlinux.org>
parent 760a429c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment