Valentin B.

Results 9 issues of Valentin B.

While this project explicitly targets Falcon v5 at the moment, we will want to support v0, v3, v4 and v6 at some point in the future. The most notable difference...

help wanted
faucon-asm
faucon-emu

As per title, this PR is a WIP effort to add support for the different Falcon security modes. ## Synopsis Starting from the Maxwell generation of NVIDIA GPUs, the Falcons...

The Falcon has a special-purpose register for various flag bits that are used and modified by certain events and instructions. While most of the bits that are actually used and...

help wanted
needs reversing
faucon-emu

Though wslay makes `arpa/inet.h` optional, it depends on the `htonl`, `htons`, `ntohl` and `ntohs` functions of what causes builds to fail on systems without that header. This commit adds macros...

Since RCM payloads are limited in size, it wouldn't make much sense to try to fit everything, including future crates and changes, into it. Thus, we need the functionality to...

enhancement
help wanted
component: libtegra

For cryptographic operations, an implementation of a driver for the Tegra Security Engine is required. Should be implemented as the `libswitch::se` module. ## Implementation The Security Engine has a whole...

enhancement
help wanted
component: libtegra

## Summary As discussed on Discord, this Pull Request mainly adds a memory allocator which is capable of mapping and managing a given memory region and implementations for `shared_ptr` and...

This is an initial draft to make the `phf_generator` crate usable as `const fn`, as directly and indirectly requested in #188, #196, #198, and #202. Being able to construct static...