Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
createDecipher and createCipher functions. */
6
class
Common {
7
static _algorithm() {
8
return
'aes-256-ctr'
;
9
}
10
11
/* AES-256 Key */
12
static _keySize() {
Callers
1
createDecipher
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected