crypto: sha512 - Export struct sha512_state
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 03:48:18 +0000 (11:48 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 06:38:12 +0000 (14:38 +0800)
This patch renames struct sha512_ctx and exports it as struct
sha512_state so that other sha512 implementations can use it
as the reference structure for exporting their state.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found