mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
remove logs
This commit is contained in:
@@ -153,8 +153,6 @@ template RSAVerify65537(n, k) {
|
||||
// smaller than the modulus. Thus, we don't have to check that bigPow is fully reduced.
|
||||
|
||||
for (var i = 0; i < k; i++) {
|
||||
log("bigPow.out[i]: ", bigPow.out[i]);
|
||||
log("padder.padded_message[i]: ", padder.padded_message[i]);
|
||||
bigPow.out[i] === padder.padded_message[i];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user