We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4429e63 commit 776180aCopy full SHA for 776180a
PhoenixCrypto/PhoenixCrypto/Classes/NativeWeakRandom.swift
@@ -11,7 +11,7 @@ fileprivate var log = Logger(
11
public class NativeWeakRandom: NSObject {
12
13
@objc
14
- func toByteArr(i: UInt64) -> [UInt8] {
+ private class func toByteArr(i: UInt64) -> [UInt8] {
15
let count = MemoryLayout<UInt64>.size
16
var _i = i
17
let bytePtr = withUnsafePointer(to: &_i) {
0 commit comments