Skip to content

Commit

Permalink
fix: Address linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Mar 20, 2024
1 parent 4dfe3fd commit b679cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/key_generation_handle_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (kgb *KeyGenerationBuilder) AddUserId(name, email string) *KeyGenerationBui
//
// Allowed inputs (integer enum for go-mobile compatibility):
// crypto.KeyGenerationRSA4096, crypto.KeyGenerationC25519, crypto.KeyGenerationC25519Refresh
// crypto.KeyGenerationC448, crypto.KeyGenerationC448Refresh
// crypto.KeyGenerationC448, crypto.KeyGenerationC448Refresh.
func (kgb *KeyGenerationBuilder) OverrideProfileAlgorithm(algorithm int) *KeyGenerationBuilder {
kgb.handle.overrideAlgorithm = algorithm
return kgb
Expand Down

0 comments on commit b679cde

Please sign in to comment.