[Crypto] Expose OS.get_entropy

This commit is contained in:
Fabio Alessandrelli
2024-06-14 02:30:32 +02:00
parent 8c70c18132
commit ae7045f67e
3 changed files with 18 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public:
RENDERING_DRIVER_D3D12,
};
PackedByteArray get_entropy(int p_bytes);
String get_system_ca_certificates();
virtual PackedStringArray get_connected_midi_inputs();