https://github.com/project-everest/hacl-star
Raw File
Tip revision: d1c0544b7ec70d2f8d6d59377390103773790261 authored by Nikhil Swamy on 14 February 2019, 18:20:51 UTC
trying F* master on this branch
Tip revision: d1c0544
Hacl.Hash.Core.MD5.fsti
module Hacl.Hash.Core.MD5

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

noextract inline_for_extraction
val alloca: alloca_st MD5
val init: init_st MD5
val update: update_st MD5
val pad: pad_st MD5
val finish: finish_st MD5
back to top