xof/accepts-input xof/block-size xof/clear xof/copy xof/name xof/new xof/output xof/update
(xof/accepts-input xof-obj)Return true if the XOF is still accepting input bytes. Typically, XOFs don't accept input as soon as the first output bytes were requested.
(xof/copy xof-obj)Return a new XOF object copied from `xof-obj`. Returns new `xof-obj`.
(xof/new name)Creates a XOF of the given name, e.g., "SHAKE-128", "Ascon-XOF128". Returns `xof-obj`.
(xof/output xof-obj out-len)Generate `out-len` bytes of output from the XOF and return the output.