Skip to content

Commit 5dd1226

Browse files
committed
FIX: Repeated algorithm. Updated from 384 to 512.
1 parent a74ba22 commit 5dd1226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/security/jwt.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ HMAC (Hash-based Message Authentication Code o código de autenticación de mens
159159

160160
- `HS256`: HMAC con SHA-256
161161
- `HS384`: HMAC con SHA-384
162-
- `HS384`: HMAC con SHA-384
162+
- `HS512`: HMAC con SHA-512
163163

164164
```swift
165165
// Agrega una clave HS256.

docs/security/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ HMAC (Hash-based Message Authentication Code) is a symmetric algorithm that uses
159159

160160
- `HS256`: HMAC with SHA-256
161161
- `HS384`: HMAC with SHA-384
162-
- `HS384`: HMAC with SHA-384
162+
- `HS512`: HMAC with SHA-512
163163

164164
```swift
165165
// Add an HS256 key.

0 commit comments

Comments
 (0)