What is this, printing constant-time values? Oh no you don't.

This commit is contained in:
Mamy André-Ratsimbazafy 2021-02-11 20:27:31 +01:00
parent 6a2b172bbc
commit 0e02524225
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 0 additions and 6 deletions

View File

@ -43,12 +43,6 @@ template ct*[T: BaseUint](x: T): Ct[T] =
template ct*(x: auto, T: typedesc[BaseUint]): Ct[T] =
(Ct[T])(x)
template `$`*[T](x: Ct[T]): string =
$T(x)
template `$`*(x: CTBool): string =
$bool(x)
# ############################################################
#
# Constant-time primitives