mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
export const hashAlgos
This commit is contained in:
@@ -40,7 +40,7 @@ export const DEFAULT_MAJORITY = '18';
|
||||
// rsa_sha256_65537_3072: 384,
|
||||
// rsa_sha256_3_2048: 384,
|
||||
// };
|
||||
const hashAlgos = ['sha1', 'sha256', 'sha384', 'sha512'];
|
||||
export const hashAlgos = ['sha1', 'sha256', 'sha384', 'sha512'];
|
||||
export const MAX_PADDED_ECONTENT_LEN: Partial<
|
||||
Record<typeof hashAlgos[number], number>
|
||||
> = {
|
||||
|
||||
Reference in New Issue
Block a user