diff --git a/projects/cryptofuzz/Dockerfile b/projects/cryptofuzz/Dockerfile index 85504d025d90..e87024fecf65 100644 --- a/projects/cryptofuzz/Dockerfile +++ b/projects/cryptofuzz/Dockerfile @@ -45,5 +45,6 @@ RUN git clone --depth 1 https://github.com/jedisct1/libsodium.git RUN git clone --depth 1 https://github.com/libtom/libtomcrypt.git RUN apt-get remove -y libunwind8 RUN apt-get install -y libssl-dev +RUN git clone --depth 1 https://github.com/P-H-C/phc-winner-argon2.git COPY build.sh $SRC/ diff --git a/projects/cryptofuzz/project.yaml b/projects/cryptofuzz/project.yaml index 825ecf9e429b..f11fd71afa88 100644 --- a/projects/cryptofuzz/project.yaml +++ b/projects/cryptofuzz/project.yaml @@ -28,6 +28,8 @@ auto_ccs: - "kjacobs@mozilla.com" - "matthias.st.pierre@gmail.com" - "kaleb.himes@gmail.com" + - "jeanphilippe.aumasson@gmail.com" + - "khovratovich@gmail.com" sanitizers: - address - undefined