Other Extensions

The following extensions are available globally.

Utility Extensions

  • An extension to String that adds initializer from a BIO buffer pointer from OpenSSL.

    See more

    Declaration

    Swift

    internal extension String
  • An extension to arrays of UInt8 that provides exclusive OR (XOR) functionality and a random generator of a specified size.

    See more