Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
means that you can write odd numbers of bytes or read odd numbers of bytes
from/to the ciphers and it'll just buffer until it gets a full block.
Next up is adding padding support. Right now it doesn't flush the buffers with
padding if you don't fill the last block. For that matter, it doesn't do any
padding at all.
|
|
slick, really, and we actually support four of the most common modes.
Blowfish is still a template, but it doesn't really need to be anymore...
|
|
other types of ciphers down the road, should we choose to.
|