ZenGo-X / class

Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
GNU General Public License v3.0
63 stars 31 forks source link

Putting class into dependencies #53

Closed marvellous987 closed 2 years ago

marvellous987 commented 2 years ago

Hi, I would like to use the class library in my program, so I put the line in Cargo.toml under [dependencies]:

class = { git = "https://github.com/ZenGo-X/class", tag = "v0.5.2"}

However, it returns a error:

error: no matching package named `class` found
location searched: https://github.com/ZenGo-X/class?tag=v0.5.2

May I ask for a kind suggestion to what I did?

Thank you very much!

omershlo commented 2 years ago

Change class to class_group

marvellous987 commented 2 years ago

It works! Thank you so much!