Skip to content

Commit

Permalink
Adapt to coq/coq#19530 (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored Dec 5, 2024
1 parent 6ab4d30 commit 8eccaf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Bedrock/End2End/RupicolaCrypto/Broadcast.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ From Coq Require Import Utf8.
Require Import Rupicola.Lib.Api.
Require Import Rupicola.Lib.Loops.

From Coq Require Init.Byte String. Import Init.Byte(byte(..)) String.
From Coq Require Init.Byte String.
From Coq Require Import Init.Byte(byte(..)).
Import String.
Require Import coqutil.Datatypes.List. Import Lists.List List.ListNotations.
From Coq Require Import BinInt. Import Zdiv. Local Open Scope Z_scope.
Require Import coqutil.Byte coqutil.Word.LittleEndianList.
Expand Down
4 changes: 3 additions & 1 deletion src/Bedrock/End2End/RupicolaCrypto/Spec.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
From Coq Require Init.Byte String. Export Init.Byte(byte(..)) String.
From Coq Require Init.Byte String.
From Coq Require Export Init.Byte(byte(..)).
Export String.
Require Export coqutil.Datatypes.List. Export Lists.List List.ListNotations.
From Coq Require Export BinInt. Export Zdiv. Local Open Scope Z_scope.
Require Export coqutil.Byte coqutil.Word.LittleEndianList.
Expand Down

0 comments on commit 8eccaf2

Please sign in to comment.