libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 04dc4ce9b5dc52fd455de8bcbdfef52321c1e4df
parent 248dc4edb52a9cf83a0b4574dfec1bf7b3c5ad7e
Author: Mattias Andrée <maandree@kth.se>
Date:   Fri, 29 Apr 2016 16:19:58 +0200

Use bold, not blackboard bold

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mdoc/refsheet.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refsheet.tex b/doc/refsheet.tex @@ -128,7 +128,7 @@ Is $b$ a prime? & {\tt zptest(a, b, c)} & {\tt c} runs of Mil {} & {} & $~~~~~$ {\tt PRIME} (2) \\ \textbf{Random numbers} & {} & {} \\ -$a \xleftarrow{\$} \mathbb{Z}_d $ & {\tt zrand(a, b, UNIFORM, d)} +$a \xleftarrow{\$} \textbf{Z}_d $ & {\tt zrand(a, b, UNIFORM, d)} & {\tt b} is a {\tt zranddev}, e.g. {\tt DEFAULT\_RANDOM} \\ \\