Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
  • Loading branch information
nguyennv committed Nov 5, 2024
1 parent 33bdb1b commit 102dc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Packet/SecretSubkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static function fromBytes(string $bytes): self
public static function generate(
KeyAlgorithm $keyAlgorithm = KeyAlgorithm::RsaEncryptSign,
RSAKeySize $rsaKeySize = RSAKeySize::Normal,
Ecc $curve = Ecc::Ed25519,
Ecc $curve = Ecc::Secp521r1,
?DateTimeInterface $time = null
): self {
$keyMaterial = self::generateKeyMaterial(
Expand Down

0 comments on commit 102dc3c

Please sign in to comment.