Erster Commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { getCiphers } from 'node:crypto';
|
||||
let ciphers;
|
||||
export default (algorithm) => {
|
||||
ciphers ||= new Set(getCiphers());
|
||||
return ciphers.has(algorithm);
|
||||
};
|
||||
Reference in New Issue
Block a user