Does any one knows a way to encrypt/decrypt using Rijndael with a block size of 256 bits in Go? I don't see a way to change the block size of the go AES package from the 16 bytes.
--
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/groups/opt_out.
This might help, but I need to support CBC chaining...