MCPcopy Index your code
hub / github.com/scality/cloudserver / _algorithm

Method _algorithm

lib/kms/common.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5createDecipher and createCipher functions. */
6class Common {
7 static _algorithm() {
8 return 'aes-256-ctr';
9 }
10
11 /* AES-256 Key */
12 static _keySize() {

Callers 1

createDecipherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected