(* Title: HOL/SPARK/Examples/RIPEMD-160/F.thy Author: Fabian Immler, TU Muenchen
Verification of the RIPEMD-160 hash function
*)
theory F imports RMD_Specification begin
spark_open ‹rmd/f›
spark_vc function_f_2 using assms by simp_all
spark_vc function_f_3 using assms by simp_all
spark_vc function_f_4 using assms by simp_all
spark_vc function_f_5 using assms by simp_all
spark_vc function_f_6 proof - from H8 have"nat j <= 15"by simp with assms show ?thesis by (simp add: f_def bwsimps take_bit_int_eq_self unsigned_of_int) qed
spark_vc function_f_7 proof - from H7 have"16 <= nat j"by simp moreoverfrom H8 have"nat j <= 31"by simp ultimatelyshow ?thesis using assms by (simp only: f_def bwsimps)
(simp add: take_bit_int_eq_self take_bit_not_eq_mask_diff mask_eq_exp_minus_1 unsigned_of_int) qed
spark_vc function_f_8 proof - from H7 have"32 <= nat j"by simp moreoverfrom H8 have"nat j <= 47"by simp ultimatelyshow ?thesis using assms by (simp only: f_def bwsimps) (simp add: take_bit_int_eq_self take_bit_not_eq_mask_diff mask_eq_exp_minus_1 unsigned_of_int) qed
spark_vc function_f_9 proof - from H7 have"48 <= nat j"by simp moreoverfrom H8 have"nat j <= 63"by simp ultimatelyshow ?thesis using assms by (simp only: f_def bwsimps) (simp add: take_bit_int_eq_self take_bit_not_eq_mask_diff mask_eq_exp_minus_1 unsigned_of_int) qed
spark_vc function_f_10 proof - from H2 have"nat j <= 79"by simp moreoverfrom H12 have"64 <= nat j"by simp ultimatelyshow ?thesis using assms by (simp only: f_def bwsimps) (simp add: take_bit_int_eq_self take_bit_not_eq_mask_diff mask_eq_exp_minus_1 unsigned_of_int) qed
spark_end
end
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.0Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.