use sha 256 for tsa
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
module Submissions
|
||||
class TimestampHandler
|
||||
HASH_ALGORITHM = 'SHA512'
|
||||
HASH_ALGORITHM = 'SHA256'
|
||||
|
||||
TimestampError = Class.new(StandardError)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user