Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbdd42cc

Browse files
committed
deprecate 1024 bit rsa keys for benchmarking
1 parent5d6a0bf commitbdd42cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎benchmark/crypto/rsa-encrypt-decrypt-throughput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const crypto = require('crypto');
55
constfs=require('fs');
66
constpath=require('path');
77
constfixtures_keydir=path.resolve(__dirname,'../../test/fixtures/keys/');
8-
constkeylen_list=['1024','2048','4096'];
8+
constkeylen_list=['2048','4096'];
99
constRSA_PublicPem={};
1010
constRSA_PrivatePem={};
1111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp