Skip to content

Commit

Permalink
fix(symmetric): enum missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Jul 28, 2023
1 parent 32a523c commit 56b15dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ internal const val DEFAULT_KEY_SIZE: Int = 256

/** Available AES encryption modes. */
enum class AesModes {
;

/** AES Basic encryption modes. */
enum class Standard(val mode: String) {
Expand Down

0 comments on commit 56b15dc

Please sign in to comment.