mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 04:36:41 +01:00
Update to latest version
This commit is contained in:
@@ -2,23 +2,25 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="description" content="" />
|
||||
<meta name="description" content="Overview of Langrange Polynomial interpolation and Shamir's secret sharing." />
|
||||
<meta charset="utf-8">
|
||||
<title> Lagrange Polynomial Interpolation and Shamir secret sharing - arnaucube - blog</title>
|
||||
<meta name="title" content=" Lagrange Polynomial Interpolation and Shamir secret sharing - arnaucube - blog">
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="Overview of Langrange Polynomial interpolation and Shamir's secret sharing.">
|
||||
|
||||
<meta property="og:title" content=" Lagrange Polynomial Interpolation and Shamir secret sharing - arnaucube - blog" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:description" content="Overview of Langrange Polynomial interpolation and Shamir's secret sharing." />
|
||||
<meta property="og:url" content="https://arnaucube.com/blog/shamir-secret-sharing.html" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:image" content="https://arnaucube.com/blog/" />
|
||||
<meta name="twitter:title" content=" Lagrange Polynomial Interpolation and Shamir secret sharing - arnaucube - blog">
|
||||
<meta name="twitter:description" content="">
|
||||
<meta name="twitter:description" content="Overview of Langrange Polynomial interpolation and Shamir's secret sharing.">
|
||||
<meta name="twitter:image" content="https://arnaucube.com/blog/">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="author" content="arnaucube">
|
||||
|
||||
<link rel="icon" type="image/png" href="img/logoArnauCubeFavicon.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
@@ -26,7 +28,8 @@
|
||||
|
||||
<!-- highlightjs -->
|
||||
<!-- <link rel="stylesheet" href="js/highlightjs/atom-one-dark.css"> -->
|
||||
<link rel="stylesheet" href="js/highlightjs/gruvbox-dark.css">
|
||||
<link rel="stylesheet" href="js/highlightjs/atom-one-light.css">
|
||||
<!-- <link rel="stylesheet" href="js/highlightjs/gruvbox-dark.css"> -->
|
||||
<script src="js/highlightjs/highlight.pack.js"></script>
|
||||
|
||||
<!-- katex -->
|
||||
@@ -39,7 +42,11 @@
|
||||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"
|
||||
style="height:50px;font-size:130%;">
|
||||
<div class="container">
|
||||
<a href="/blog" style="color:#000;">Blog index</a>
|
||||
<div style="float:left;">
|
||||
<a href="/blog" style="color:#000;display:inline-block;">Blog index</a>
|
||||
<span style="margin-right:20px; margin-left:20px;">|</span>
|
||||
<a href="/blog/notes.html" style="font-size:90%;color:#000;display:inline-block;">other-notes</a>
|
||||
</div>
|
||||
<div style="float:right;">
|
||||
<a href="/" style="color:#000;display:inline-block;">arnaucube.com</a>
|
||||
<div class="onoffswitch" style="margin:10px;display:inline-block;" title="change theme">
|
||||
@@ -145,6 +152,9 @@ I(x) = y_2 \cdot l_2(x) + y_4 \cdot l_4(x) + y_5 \cdot l_5(x)\newline
|
||||
|
||||
<footer style="text-align:center; margin-top:100px;margin-bottom:50px;">
|
||||
<div class="container">
|
||||
<br>
|
||||
<a href="/blog">Go to main</a>
|
||||
<br><br>
|
||||
<div class="row">
|
||||
<ul class="list-inline">
|
||||
<li><a href="https://twitter.com/arnaucube"
|
||||
@@ -214,7 +224,7 @@ I(x) = y_2 \cdot l_2(x) + y_4 \cdot l_4(x) + y_5 \cdot l_5(x)\newline
|
||||
console.log(theme);
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
<script>
|
||||
function tagLinks(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName);
|
||||
for (var i=0, hElem; hElem = tags[i]; i++) {
|
||||
|
||||
Reference in New Issue
Block a user