File tree 2 files changed +6
-2
lines changed
src/Bedrock/End2End/RupicolaCrypto
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ From Coq Require Import Utf8.
2
2
Require Import Rupicola.Lib.Api.
3
3
Require Import Rupicola.Lib.Loops.
4
4
5
- From Coq Require Init.Byte String. Import Init.Byte(byte(..)) String.
5
+ From Coq Require Init.Byte String.
6
+ From Coq Require Import Init.Byte(byte(..)).
7
+ Import String.
6
8
Require Import coqutil.Datatypes.List. Import Lists.List List.ListNotations.
7
9
From Coq Require Import BinInt. Import Zdiv. Local Open Scope Z_scope.
8
10
Require Import coqutil.Byte coqutil.Word.LittleEndianList.
Original file line number Diff line number Diff line change 1
- From Coq Require Init.Byte String. Export Init.Byte(byte(..)) String.
1
+ From Coq Require Init.Byte String.
2
+ From Coq Require Export Init.Byte(byte(..)).
3
+ Export String.
2
4
Require Export coqutil.Datatypes.List. Export Lists.List List.ListNotations.
3
5
From Coq Require Export BinInt. Export Zdiv. Local Open Scope Z_scope.
4
6
Require Export coqutil.Byte coqutil.Word.LittleEndianList.
You can’t perform that action at this time.
0 commit comments