Merge pull request #36 from matrix-org/manuroe/olmkit
OLMKit
No related branches found
No related tags found
Showing
- .gitignore 22 additions, 1 deletion.gitignore
- CHANGELOG.rst 7 additions, 0 deletionsCHANGELOG.rst
- Makefile 1 addition, 1 deletionMakefile
- OLMKit.podspec 61 additions, 0 deletionsOLMKit.podspec
- README.rst 16 additions, 0 deletionsREADME.rst
- lib/crypto-algorithms/aes.c 1 addition, 0 deletionslib/crypto-algorithms/aes.c
- lib/crypto-algorithms/sha256.c 1 addition, 0 deletionslib/crypto-algorithms/sha256.c
- xcode/OLMKit.xcodeproj/project.pbxproj 528 additions, 0 deletionsxcode/OLMKit.xcodeproj/project.pbxproj
- xcode/OLMKit/Info.plist 26 additions, 0 deletionsxcode/OLMKit/Info.plist
- xcode/OLMKit/OLMAccount.h 51 additions, 0 deletionsxcode/OLMKit/OLMAccount.h
- xcode/OLMKit/OLMAccount.m 265 additions, 0 deletionsxcode/OLMKit/OLMAccount.m
- xcode/OLMKit/OLMAccount_Private.h 25 additions, 0 deletionsxcode/OLMKit/OLMAccount_Private.h
- xcode/OLMKit/OLMInboundGroupSession.h 30 additions, 0 deletionsxcode/OLMKit/OLMInboundGroupSession.h
- xcode/OLMKit/OLMInboundGroupSession.m 244 additions, 0 deletionsxcode/OLMKit/OLMInboundGroupSession.m
- xcode/OLMKit/OLMKit.h 31 additions, 0 deletionsxcode/OLMKit/OLMKit.h
- xcode/OLMKit/OLMKit.m 29 additions, 0 deletionsxcode/OLMKit/OLMKit.m
- xcode/OLMKit/OLMMessage.h 38 additions, 0 deletionsxcode/OLMKit/OLMMessage.h
- xcode/OLMKit/OLMMessage.m 34 additions, 0 deletionsxcode/OLMKit/OLMMessage.m
- xcode/OLMKit/OLMOutboundGroupSession.h 32 additions, 0 deletionsxcode/OLMKit/OLMOutboundGroupSession.h
- xcode/OLMKit/OLMOutboundGroupSession.m 220 additions, 0 deletionsxcode/OLMKit/OLMOutboundGroupSession.m
Loading
Please register or sign in to comment