package
1.0.1
Repository: https://github.com/chenkaiwei/crypto-m.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
工厂模式 别的语言爱用Create,但go爱用New,入乡随俗吧.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

简单型,本身就是底层,供Is对比用.
简单型,本身就是底层,供Is对比用.
简单型,本身就是底层,供Is对比用.

# Structs

复合型,会带cause,判断时要用AS并比对ErrType(e.g.见standardDemo的manualDemoLogic).

# Interfaces

No description provided by the author

# Type aliases

复合型的Type枚举,用以组装CryptomError类型错误(带cause).