use sha 256 for tsa

pull/480/head
Pete Matsyburka 6 months ago
parent 4a8e2a82e5
commit e5f7739952

@ -2,7 +2,7 @@
module Submissions
class TimestampHandler
HASH_ALGORITHM = 'SHA512'
HASH_ALGORITHM = 'SHA256'
TimestampError = Class.new(StandardError)

Loading…
Cancel
Save