@casual-simulation/aux-custom-portals
Advanced tools
Changelog
V1.4.4
crypto.asymmetric.keypair(secret)
- Creates a keypair that can be used for asymmetric encryption and decryption.crypto.asymmetric.encrypt(keypair, data)
- Encrypts some data using the given keypair.crypto.asymmetric.decrypt(keypair, secret, data)
- Decrypts some data using the given keypair and secret.dimension
bot form as a preferred alias to portal
.Changelog
V1.4.3
casualos
module.onBotsDiscovered
, onBotsRemoved
, onBotsUpdated
, createBot()
, destroyBot()
, and updateBot()
.