Parcourir la source

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

mycelia il y a 1 an
Parent
commit
bd63329547
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;