Posted on ::

Code Blocks

fn main() {
    println!("Hello World!");
}

Mathjax

Inline Math

  • $(a+b)^2$ = $a^2 + 2ab + b^2$
  • A polynomial P of degree d over $\mathbb{F}_p$ is an expression of the form $P(s) = a_0 + a_1 . s + a_2 . s^2 + ... + a_d . s^d$ for some $a_0,..,a_d \in \mathbb{F}_p$

Displayed Math

$$ p := (\sum_{k \in I}{c_k.v_k} + \delta_v.t(x))·(\sum_{k \in I}{c_k.w_k} + \delta_w.t(x)) − (\sum_{k \in I}{c_k.y_k} + \delta_y.t(x)) $$

Notes

Here is an example of the note shortcode:

This one is static!

Note!

This blog assumes basic terminal maturity

This one is clickable!

Mermaid Diagrams

  graph LR
    A[Start] --> B[Initialize]
    B --> C[Processing]
    C --> D[Complete]
    D --> E[Success]

    style A fill:#f9f,stroke:#333
    style E fill:#9f9,stroke:#333
Table of Contents