-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Aloha!

- -- 
Med vänlig hälsning, Yours

Joachim Strömbergson - Alltid i harmonisk svängning.
========================================================================
 Joachim Strömbergson          Secworks AB          [email protected]
========================================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJTKyOmAAoJEF3cfFQkIuyN5vUQALrR22ghkKs0KW4+oqD1z8iQ
+VHXY/wyKpgXXVHvklcfRakmmMC/TcTF4NVbhCZhd/htvISOuCo/UAohUjA9p3Q7
m2nX9Xs9Wo1h0Ysj9LSZNYjEAx74+zqauMPZ9btZcIiAh4jdjKYb0TZJq47Tuots
DY6am6rQF+yATk+SwxDSxxXdfB64wG5w+MSC/Hbb5snpa4T1mZheJ7AIt14icOBx
U5E60k3GrTmw7zpBN0MUg68Ex9gxtyePxFlsTasy7C/bzFXPXbkcZaaLndvaznCe
lUy0w7NNXQZJdzEdzmF6eVzZB7stTVffK8eC7mbEbmTBJYg9tHvelmPJeRw1+oeT
WNYAOxkX6I61B+OF7WvLwT0x0QgD6Y6QpYoyRzuYyKKsHTSo+qH0C0LaMdX0YJfB
ynxc7mrdPHXFS/OrEPRNzKrbwcGYchXDctH0bb8NuQ56w9ZyP6/MxfublSbAIlXU
jj6FUtTIQvTinI/P8FCS0pzGGuNfyjZOF4Ur73DMll5nATqMeQ0Oot1FXq56sz4a
GkAgdNp+Ehq13ezaWbUz8aBs/kYIMT7tyuK6hMuqbkYPw9FuG4cBCyVne47GOjGC
pTJp2HWKLYiKgpUNd0Vb2NFXDIZb+Psy0YcuuWFchWWm9PxvGoYba3qDvZDtkuOU
X+Y5NpECTZQ8iePlhq+u
=E9gN
-----END PGP SIGNATURE-----
46a47,52
> #define sha512_224_init   nettle_sha512_224_init
> #define sha512_224_digest nettle_sha512_224_digest
> #define sha512_256_init   nettle_sha512_256_init
> #define sha512_256_digest nettle_sha512_256_digest
> 
>   
128c134,135
< 
---
>   
>   
151a159,177
> 
> /* SHA512_224 and SHA512_256, two truncated versions of SHA512 
> with different initial states. */
> void
> sha512_224_init(struct sha512_ctx *ctx);
> 
> void
> sha512_224_digest(struct sha512_ctx *ctx,
>                   size_t length,
>                   uint8_t *digest);
> 
> void
> sha512_256_init(struct sha512_ctx *ctx);
> 
> void
> sha512_256_digest(struct sha512_ctx *ctx,
>                   size_t length,
>                   uint8_t *digest);
>   
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to