Crypto: add a small cryptography library module with CipherFactory

This commit is contained in:
ganfra 2023-10-17 14:04:57 +02:00
parent bcfe9918dc
commit e5dd0330a7
6 changed files with 186 additions and 0 deletions

View file

@ -1,5 +1,7 @@
import java.net.URI
include(":libraries:cryptography:api")
/*
* Copyright (c) 2022 New Vector Ltd
*