--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
wouldn't sha256 work?
btw, do you have a reference for AES-hash? the closest i've found appears to use another hash function -- Davies–Meyer -- to generate the symmetric key and a last block for the AES block cipher:is this a standard?