mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-27 03:27:22 +01:00
Update tests
This commit is contained in:
@@ -20,7 +20,7 @@ public struct OpenSSHKeyWriter {
|
||||
}
|
||||
|
||||
public func openSSHSHA256Fingerprint<SecretType: Secret>(secret: SecretType) -> String {
|
||||
Data(SHA256.hash(data: data(secret: secret))).base64EncodedString()
|
||||
"SHA256:\(Data(SHA256.hash(data: data(secret: secret))).base64EncodedString())"
|
||||
}
|
||||
|
||||
public func openSSHMD5Fingerprint<SecretType: Secret>(secret: SecretType) -> String {
|
||||
|
||||
Reference in New Issue
Block a user