Skip to content

Commit

Permalink
Change sign function
Browse files Browse the repository at this point in the history
  • Loading branch information
nedobylskiy committed Feb 19, 2020
1 parent b05a301 commit 4b5490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const config = {

//Cryptography
hashFunction: 'SHA256', //функция вычисления хэша
signFunction: '', //Функция вычисления цифровой подписи и генерации паролей(пустая-значит, по умолчанию используется), 'GOST' 'GOST256' 'NEWRSA'
signFunction: 'NEWRSA', //Функция вычисления цифровой подписи и генерации паролей(пустая-значит, по умолчанию используется), 'GOST' 'GOST256' 'NEWRSA'
keyLength: 2048, //Key length for some algorithms
generatorFunction: 'NEWRSA', //Key generator function

Expand Down

0 comments on commit 4b5490e

Please sign in to comment.