Skip to content

Commit

Permalink
Update eip-6366.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chiro-hiro authored Mar 24, 2023
1 parent c9a207b commit eeaa17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-6366.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires: 6617

## Abstract

This EIP offers an alternative to Access Control Lists (ACLs) for granting authorization and enhancing security. An `uint256` is used to store permission of given address in a ecosystem. Each permission is represented by a single bit in `uint256` as described in [ERC-6617](./eip-6617.md). Bitwise operators and bitmasks are used to determine the access right which is much more efficient and flexible than `string` or `keccak256` comparison.
This EIP offers an alternative to Access Control Lists (ACLs) for granting authorization and enhancing security. An `uint256` is used to store permission of given address in a ecosystem. Each permission is represented by a single bit in a `uint256` as described in [ERC-6617](./eip-6617.md). Bitwise operators and bitmasks are used to determine the access right which is much more efficient and flexible than `string` or `keccak256` comparison.

## Motivation

Expand Down

0 comments on commit eeaa17b

Please sign in to comment.