Linux cryptographic layer development
 help / color / mirror / Atom feed
* Moving from blkcipher to skcipher
@ 2016-10-03 17:06 Alex Cope
  2016-10-03 17:36 ` Stephan Mueller
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Cope @ 2016-10-03 17:06 UTC (permalink / raw)
  To: linux-crypto; +Cc: Michael Halcrow, Eric Biggers

I'm currently working on implementing HEH encryption, and am in the
process of switching from the blkcipher interface to the skcipher
interface.  All the examples I have found that use skcipher are
wrapping another mode of operation I.E. cts in cts(cbc(aes)) rather
than being directly above the block cipher I.E. ctr in ctr(aes). Are
there any existing examples of the latter type that I could use as a
reference? If not, is there an estimate on when that work will be
available?
Thanks,
-Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-03 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 17:06 Moving from blkcipher to skcipher Alex Cope
2016-10-03 17:36 ` Stephan Mueller
2016-10-03 17:58   ` Alex Cope
2016-10-03 19:22     ` Stephan Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox