urandom is supported on nRF boards

This commit is contained in:
applecuckoo 2023-04-10 15:27:15 +12:00 committed by GitHub
parent 2b3d2c7d00
commit add8f06b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(os_sync_obj, os_sync);
//| """Returns a string of *size* random bytes based on a hardware True Random
//| Number Generator. When not available, it will raise a NotImplementedError.
//|
//| **Limitations:** Not yet available on nRF. Not available on SAMD21 due to lack of hardware.
//| **Limitations:** Not available on SAMD21 due to lack of hardware.
//| """
//| ...
//|