Explorar o código

sdk/crypto/mimc_vdf: Updated starks part 3 invalid external URL to the correct one

mycelia hai 1 ano
pai
achega
bd63329547
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/sdk/src/crypto/mimc_vdf.rs

+ 1 - 1
src/sdk/src/crypto/mimc_vdf.rs

@@ -16,7 +16,7 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-//! <https://vitalik.ca/general/2018/07/21/starks_part_3.html>
+//! <https://vitalik.eth.limo/general/2018/07/21/starks_part_3.html>
 
 use num_bigint::BigUint;
 use num_traits::Num;