export type HashingAlgorithm = 'SHA-256' | 'SHA-384' | 'SHA-512';
