Update signature

このコミットが含まれているのは:
Omar Roth 2018-06-23 11:43:29 -05:00
コミット a50ff5cffb
1個のファイルの変更6行の追加5行の削除

ファイルの表示

@ -299,12 +299,13 @@ def decrypt_signature(a)
a = a.split("")
a.reverse!
a = splice(a, 7)
a = splice(a, 5)
a = splice(a, 6)
a = splice(a, 4)
a = splice(a, 19)
a.delete_at(0..1)
a.reverse!
a = splice(a, 65)
a = splice(a, 1)
a.reverse!
a = splice(a, 63)
a = splice(a, 13)
return a.join("")
end