Hydro
The base hydrogen module. It includes functions for creating and handling hydrogen buffers.
=
                    defn
                
                (Fn [(Ref (Array Byte) a), (Ref (Array Byte) b)] Bool)
                    (= a b)
                
                
compares two (Array Byte) instances in constant time. Comparing the
same reference will lead to a failed comparison, as per the hydrogen
specs.
