package salsa20-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val of_hex : string -> Cstruct.t

of_hex input is output, the hexadecimal parser function. input must be a even-sized string of hexadecimal chars.

  • raises Invalid_argument

    if input contains any invalid char or its size is odd