ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
23 stars 9 forks source link

COCOS-145 : Support Other Private/Public Key Pair Algorithms #147

Closed WashingtonKK closed 3 months ago

WashingtonKK commented 3 months ago

What type of PR is this?

This is a feature because it adds support for other Public/Private key pair types.

What does this do?

This adds the following private/public key pair types in addition to the already existing RSA:

The PR allows generation of these keys, and modifies sdk to accept multiple key types to be used as digital signatures for agent.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

No

Did you document any new/modified feature?

No

SammyOina commented 3 months ago

update agent/auth, test/computations test/manual/agent-auth

SammyOina commented 3 months ago

update agent/auth, test/computations test/manual/agent-auth

SammyOina commented 3 months ago

update agent/auth, test/computations test/manual/agent-auth