# Functions
FreeOSMemory can be used to explicitly call the garbage collector and return the unused memory to the OS.
No description provided by the author
NewGo2AndroidReader wraps a native golang Reader to be usable in the mobile app runtime (via gomobile).
NewGo2IOSReader wraps a native golang Reader to be usable in the ios app runtime (via gomobile).
No description provided by the author
NewMobile2GoReader wraps a MobileReader to be usable in the golang runtime (via gomobile).
NewMobile2GoWriter wraps a writer to be usable in the golang runtime (via gomobile).
NewMobile2GoWriterWithSHA256 wraps a writer to be usable in the golang runtime (via gomobile).
NewMobileReadResult initialize a MobileReadResult with the correct values.
# Structs
DetachedSignaturePGPSplitReader implements the crypto.PGPSplitReader interface.
Go2AndroidReader is used to wrap a native golang Reader in the golang runtime, to be usable in the android app runtime (via gomobile).
Go2IOSReader is used to wrap a native golang Reader in the golang runtime, to be usable in the iOS app runtime (via gomobile) as a MobileReader.
KeyPacketSplitWriter implements the crypto.PGPSplitWriter interface for splitting encryptions output into different packets.
Mobile2GoReader is used to wrap a MobileReader in the mobile app runtime, to be usable in the golang runtime (via gomobile) as a native Reader.
Mobile2GoWriter is used to wrap a writer in the mobile app runtime, to be usable in the golang runtime (via gomobile).
Mobile2GoWriterWithSHA256 is used to wrap a writer in the mobile app runtime, to be usable in the golang runtime (via gomobile).
MobileReadResult is what needs to be returned by MobileReader.Read.
# Interfaces
MobileReader is the interface that readers in the mobile runtime must use and implement.