2 个仓库
Mechanisms to define whether functions are entry points or internal to a module.
Distinct from Function Access Controls: Focuses on the visibility and composition scope of functions rather than granular invocation permissions.
Explore 2 awesome GitHub repositories matching security & cryptography · Function Visibility Controls. Refine with filters or upvote what's useful.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
Controls whether a function can be called as a top-level entry point or composed by other modules.
Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f
Allows setting whether project modules are treated as public to manage dependency handling correctly.