Skip to content

expose random IV generation in the public interface

Jean-Paul Calderone requested to merge 7.encode-correct-iv into main

callers of the encode interface are now required to pass in the correct iv for the ciphertext being encoded

Also add a command-line interface to demonstrate/exercise the intended public encoding interface.

Merge request reports