mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-06-11 08:06:53 +00:00
rely on native api
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
import AES from './AES'
|
||||
import RSA from './RSA'
|
||||
import Symmetric from './Symmetric'
|
||||
|
||||
export default {
|
||||
const exp = {
|
||||
RSA,
|
||||
AES,
|
||||
Symmetric,
|
||||
}
|
||||
|
||||
export {
|
||||
AES,
|
||||
RSA,
|
||||
module.exports = {
|
||||
...exp,
|
||||
default: exp,
|
||||
}
|
||||
Reference in New Issue
Block a user