Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vereign Client Library
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
Vereign Client Library
7be42844433a0caca3bd936d7ff91cdd7cbfdec9
vcl
cpp
src
csandbox.cc
Find file
Normal view
History
Permalink
csandbox.cc
89 B
Newer
Older
[17] crypto storage windows implementation
Daniel Lyubomirov
committed
4 years ago
1
[17] crypto storage
Daniel Lyubomirov
committed
4 years ago
2
3
auto
main
(
int
argc
,
char
**
argv
)
->
int
{
[17] tests, fixes and docs
Daniel Lyubomirov
committed
4 years ago
4
5
argc
=
0
;
argv
=
nullptr
;
[17] crypto storage
Daniel Lyubomirov
committed
4 years ago
6
[17] crypto storage locking
Daniel Lyubomirov
committed
4 years ago
7
return
0
;
[18] grpc server and Rest API http client architecture
Daniel Lyubomirov
committed
4 years ago
8
}