https://github.com/project-everest/hacl-star
Raw File
Tip revision: f95b54abf9076a7a072a54750b40dc9f85039b74 authored by Dzomo, the Everest Yak on 01 October 2021, 08:30:56 UTC
[CI] regenerate hints and dist
Tip revision: f95b54a
Hacl.Hash.Core.MD5.fsti
module Hacl.Hash.Core.MD5

open Hacl.Hash.Definitions
open Spec.Hash.Definitions

noextract inline_for_extraction
val legacy_alloca: alloca_st (|MD5, ()|)
val legacy_init: init_st (|MD5, ()|)
val legacy_update: update_st (|MD5, ()|)
val legacy_pad: pad_st MD5
val legacy_finish: finish_st (|MD5, ()|)
back to top