philips-software/cogito

View on GitHub
workspaces/telepath-ios/TelepathTests/ChannelKeyExample.swift

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import Telepath
import Sodium

extension Array where Element == UInt8 {
    static func example() -> ChannelKey {
        return Sodium().secretBox.key()
    }
}