Skip to content

Commit

Permalink
IOS-6085: Make EntropyLength words count public
Browse files Browse the repository at this point in the history
  • Loading branch information
Andoran90 committed Mar 6, 2024
1 parent 7ddce67 commit 63546fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TangemSdk/TangemSdk/Crypto/BIP39/EntropyLength.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum EntropyLength: Int, CaseIterable {
case bits224 = 224
case bits256 = 256

var wordCount: Int {
public var wordCount: Int {
switch self {
case .bits128: return 12
case .bits160: return 15
Expand Down

0 comments on commit 63546fb

Please sign in to comment.