Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codingnirvana committed Aug 16, 2023
1 parent 70321d4 commit 15d5d9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Noir Basics

This repo contains sample code used during ZKCamp Noir Cohort lectures

## Concepts Covered

- Primitive Data Types
- Field
- Integers
- Boolean
- Compound Data Types
- Arrays
- Tuples
- Structs
- Slices
- Vectors
- Control Flow
- Generics
- Modules
- Enums
- Crypto Primitives in Noir Std Lib

0 comments on commit 15d5d9b

Please sign in to comment.