We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf35f2 commit 45af7a6Copy full SHA for 45af7a6
s2nTests/docker/blst.dockerfile
@@ -7,6 +7,7 @@ RUN git clone https://github.com/GaloisInc/blst-verification.git /workdir && \
7
cd /workdir && \
8
git checkout 05d29b0e9d826053185e5bdba287045aab0b4669 && \
9
git config --file=.gitmodules submodule.blst.url https://github.com/supranational/blst && \
10
+ git config --file=.gitmodules submodule.cryptol-specs.url https://github.com/GaloisInc/cryptol-specs && \
11
git submodule sync && \
12
git submodule update --init
13
0 commit comments