use sha 256 for tsa

This commit is contained in:
Pete Matsyburka
2025-04-30 23:48:03 +03:00
parent 4a8e2a82e5
commit e5f7739952
+1 -1
View File
@@ -2,7 +2,7 @@
module Submissions
class TimestampHandler
HASH_ALGORITHM = 'SHA512'
HASH_ALGORITHM = 'SHA256'
TimestampError = Class.new(StandardError)